Html Css Color HEX #CA6AC6 Orchid

📋 copy color: '#CA6AC6'

red 202 ◦ green 106 ◦ blue 198

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

Shades of Orchid #CA6AC6

Tints of Orchid #CA6AC6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.95%

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

R = 39.92%
G = 20.95%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA6AC6 (or 0xCA6AC6) is known color: Orchid. HEX triplet: CA, 6A and C6. RGB value is (202,106,198). Sum of RGB (Red+Green+Blue) = 202+106+198=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AC6 is #359539. Grayscale: #909090. Windows color (decimal): -3511610 or 13003466. OLE color: 13003466.

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

Color convert

RGB 202 106 198 -
CMYK 0 0.48 0.02 0.21
HSL 302.5º 0.48% 0.6% -
HSV(B) 302.5º 0.48% 0.79% -
XYZ 39.7 26.94 56.53 -
YUV 145.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 202 106 198 0 0.48 0.02 0.21 302.5 0.48 0.6
Hex CA 6A C6 0 30 2 15 12E 30 3C
Octal 312 152 306 0 60 2 25 456 60 74
Binary 11001010 1101010 11000110 0 110000 10 10101 100101110 110000 111100

Color Harmonies of #CA6AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6AC6

Black with #CA6AC6

Text Example


Text Example

White with #CA6AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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