Html Css Color HEX #CA86D4 Orchid

📋 copy color: '#CA86D4'

red 202 ◦ green 134 ◦ blue 212

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

Shades of Orchid #CA86D4

Tints of Orchid #CA86D4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.45%

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 36.86%
G = 24.45%
B = 38.69%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CA86D4 (or 0xCA86D4) is known color: Orchid. HEX triplet: CA, 86 and D4. RGB value is (202,134,212). Sum of RGB (Red+Green+Blue) = 202+134+212=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA86D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86D4 is #35792B. Grayscale: #A2A2A2. Windows color (decimal): -3504428 or 13928138. OLE color: 13928138.

HSL color Cylindrical-coordinate representation of color #CA86D4: hue angle of 292.31º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA86D4 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 134 212 -
CMYK 0.05 0.37 0 0.17
HSL 292.31º 0.48% 0.68% -
HSV(B) 292.31º 0.37% 0.83% -
XYZ 44.77 34.36 66.56 -
YUV 163.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 202 134 212 0.05 0.37 0 0.17 292.31 0.48 0.68
Hex CA 86 D4 5 25 0 11 124 30 44
Octal 312 206 324 5 45 0 21 444 60 104
Binary 11001010 10000110 11010100 101 100101 0 10001 100100100 110000 1000100

Color Harmonies of #CA86D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA86D4

Black with #CA86D4

Text Example


Text Example

White with #CA86D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA86D4; }

 p { color: rgb(202,134,212); }

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

background-color css

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

 a { background-color: rgb(202,134,212); }

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

border-color css

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

 span { border-color: rgb(202,134,212); }

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