Html Css Color HEX #CA7ACB Orchid

📋 copy color: '#CA7ACB'

red 202 ◦ green 122 ◦ blue 203

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

Shades of Orchid #CA7ACB

Tints of Orchid #CA7ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.15%

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

R = 38.33%
G = 23.15%
B = 38.52%

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA7ACB (or 0xCA7ACB) is known color: Orchid. HEX triplet: CA, 7A and CB. RGB value is (202,122,203). Sum of RGB (Red+Green+Blue) = 202+122+203=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ACB is #358534. Grayscale: #9A9A9A. Windows color (decimal): -3507509 or 13335242. OLE color: 13335242.

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

Color convert

RGB 202 122 203 -
CMYK 0.00 0.40 0 0.20
HSL 299.26º 0.44% 0.64% -
HSV(B) 299.26º 0.4% 0.8% -
XYZ 42.1 30.79 60.22 -
YUV 155.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 202 122 203 0.00 0.40 0 0.20 299.26 0.44 0.64
Hex CA 7A CB 0 28 0 14 12B 2C 40
Octal 312 172 313 0 50 0 24 453 54 100
Binary 11001010 1111010 11001011 0 101000 0 10100 100101011 101100 1000000

Color Harmonies of #CA7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ACB

Black with #CA7ACB

Text Example


Text Example

White with #CA7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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