Html Css Color HEX #CA6CC6 Orchid

📋 copy color: '#CA6CC6'

red 202 ◦ green 108 ◦ blue 198

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

Shades of Orchid #CA6CC6

Tints of Orchid #CA6CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 39.76%
G = 21.26%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA6CC6 (or 0xCA6CC6) is known color: Orchid. HEX triplet: CA, 6C and C6. RGB value is (202,108,198). Sum of RGB (Red+Green+Blue) = 202+108+198=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CC6 is #359339. Grayscale: #929292. Windows color (decimal): -3511098 or 13003978. OLE color: 13003978.

HSL color Cylindrical-coordinate representation of color #CA6CC6: hue angle of 302.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CC6 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 108 198 -
CMYK 0 0.47 0.02 0.21
HSL 302.55º 0.47% 0.61% -
HSV(B) 302.55º 0.47% 0.79% -
XYZ 39.91 27.36 56.6 -
YUV 146.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 202 108 198 0 0.47 0.02 0.21 302.55 0.47 0.61
Hex CA 6C C6 0 2F 2 15 12F 2F 3D
Octal 312 154 306 0 57 2 25 457 57 75
Binary 11001010 1101100 11000110 0 101111 10 10101 100101111 101111 111101

Color Harmonies of #CA6CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CC6

Black with #CA6CC6

Text Example


Text Example

White with #CA6CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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