Html Css Color HEX #CA41FF Medium Orchid

📋 copy color: '#CA41FF'

red 202 ◦ green 65 ◦ blue 255

#CA41FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CA41FF

Tints of Medium Orchid #CA41FF

RGB

 RED value IS 202 (79.3% from 255) = 38.7%

 GREEN value IS 65 (25.78% from 255) = 12.45%

 BLUE value IS 255 (100% from 255) = 48.85%

R = 38.7%
G = 12.45%
B = 48.85%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA41FF (or 0xCA41FF) is known color: Medium Orchid. HEX triplet: CA, 41 and FF. RGB value is (202,65,255). Sum of RGB (Red+Green+Blue) = 202+65+255=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA41FF is #35BE00. Grayscale: #7E7E7E. Windows color (decimal): -3522049 or 16728522. OLE color: 16728522.

HSL color Cylindrical-coordinate representation of color #CA41FF: hue angle of 283.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA41FF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 65 255 -
CMYK 0.21 0.75 0 0
HSL 283.26º 1% 0.63% -
HSV(B) 283.26º 0.75% 1% -
XYZ 44.3 23.56 96.82 -
YUV 127.62 199.89 181.05 -
System Red Green Blue C M Y K H S L
Decimal 202 65 255 0.21 0.75 0 0 283.26 1 0.63
Hex CA 41 FF 15 4B 0 0 11B 64 3F
Octal 312 101 377 25 113 0 0 433 144 77
Binary 11001010 1000001 11111111 10101 1001011 0 0 100011011 1100100 111111

Color Harmonies of #CA41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41FF

Black with #CA41FF

Text Example


Text Example

White with #CA41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41FF; }

 p { color: rgb(202,65,255); }

 H1.HeaderClassName
 {
   color: #CA41FF;
 }
 .AnyTagClassName
 {
   color: #CA41FF;
 }
</style>

background-color css

<style>
 a { background-color: #CA41FF; }

 a { background-color: rgb(202,65,255); }

 div.DivClassName
 {
   background-color: #CA41FF;
 }
 .BgClassName
 {
   background-color: #CA41FF;
 }
</style>

border-color css

<style>
 span { border-color: #CA41FF; }

 span { border-color: rgb(202,65,255); }

 td.TdClassName
 {
   border-color: #CA41FF;
 }
 .TagClassName
 {
   border-color: #CA41FF;
 }
</style>