Html Css Color HEX #CA6CCC Orchid

📋 copy color: '#CA6CCC'

red 202 ◦ green 108 ◦ blue 204

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

Shades of Orchid #CA6CCC

Tints of Orchid #CA6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.01%

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 39.3%
G = 21.01%
B = 39.69%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA6CCC (or 0xCA6CCC) is known color: Orchid. HEX triplet: CA, 6C and CC. RGB value is (202,108,204). Sum of RGB (Red+Green+Blue) = 202+108+204=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CCC is #359333. Grayscale: #929292. Windows color (decimal): -3511092 or 13397194. OLE color: 13397194.

HSL color Cylindrical-coordinate representation of color #CA6CCC: hue angle of 298.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CCC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 108 204 -
CMYK 0.01 0.47 0 0.2
HSL 298.75º 0.48% 0.61% -
HSV(B) 298.75º 0.47% 0.8% -
XYZ 40.62 27.64 60.32 -
YUV 147.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 202 108 204 0.01 0.47 0 0.2 298.75 0.48 0.61
Hex CA 6C CC 1 2F 0 14 12B 30 3D
Octal 312 154 314 1 57 0 24 453 60 75
Binary 11001010 1101100 11001100 1 101111 0 10100 100101011 110000 111101

Color Harmonies of #CA6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CCC

Black with #CA6CCC

Text Example


Text Example

White with #CA6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CCC; }

 p { color: rgb(202,108,204); }

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

background-color css

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

 a { background-color: rgb(202,108,204); }

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

border-color css

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

 span { border-color: rgb(202,108,204); }

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