Html Css Color HEX #CA6ACB Orchid

📋 copy color: '#CA6ACB'

red 202 ◦ green 106 ◦ blue 203

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

Shades of Orchid #CA6ACB

Tints of Orchid #CA6ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 39.53%
G = 20.74%
B = 39.73%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA6ACB (or 0xCA6ACB) is known color: Orchid. HEX triplet: CA, 6A and CB. RGB value is (202,106,203). Sum of RGB (Red+Green+Blue) = 202+106+203=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ACB is #359534. Grayscale: #919191. Windows color (decimal): -3511605 or 13331146. OLE color: 13331146.

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

Color convert

RGB 202 106 203 -
CMYK 0.00 0.48 0 0.20
HSL 299.38º 0.48% 0.61% -
HSV(B) 299.38º 0.48% 0.8% -
XYZ 40.29 27.18 59.62 -
YUV 145.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 202 106 203 0.00 0.48 0 0.20 299.38 0.48 0.61
Hex CA 6A CB 0 30 0 14 12B 30 3D
Octal 312 152 313 0 60 0 24 453 60 75
Binary 11001010 1101010 11001011 0 110000 0 10100 100101011 110000 111101

Color Harmonies of #CA6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ACB

Black with #CA6ACB

Text Example


Text Example

White with #CA6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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