Html Css Color HEX #CA6CC2 Orchid

📋 copy color: '#CA6CC2'

red 202 ◦ green 108 ◦ blue 194

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

Shades of Orchid #CA6CC2

Tints of Orchid #CA6CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 40.08%
G = 21.43%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA6CC2 (or 0xCA6CC2) is known color: Orchid. HEX triplet: CA, 6C and C2. RGB value is (202,108,194). Sum of RGB (Red+Green+Blue) = 202+108+194=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CC2 is #35933D. Grayscale: #919191. Windows color (decimal): -3511102 or 12741834. OLE color: 12741834.

HSL color Cylindrical-coordinate representation of color #CA6CC2: hue angle of 305.11º 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 #CA6CC2 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 108 194 -
CMYK 0 0.47 0.04 0.21
HSL 305.11º 0.47% 0.61% -
HSV(B) 305.11º 0.47% 0.79% -
XYZ 39.46 27.18 54.2 -
YUV 145.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 202 108 194 0 0.47 0.04 0.21 305.11 0.47 0.61
Hex CA 6C C2 0 2F 4 15 131 2F 3D
Octal 312 154 302 0 57 4 25 461 57 75
Binary 11001010 1101100 11000010 0 101111 100 10101 100110001 101111 111101

Color Harmonies of #CA6CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CC2

Black with #CA6CC2

Text Example


Text Example

White with #CA6CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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