Html Css Color HEX #CA81C0 Orchid

📋 copy color: '#CA81C0'

red 202 ◦ green 129 ◦ blue 192

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

Shades of Orchid #CA81C0

Tints of Orchid #CA81C0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.67%

 BLUE value IS 192 (75.39% from 255) = 36.71%

R = 38.62%
G = 24.67%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA81C0 (or 0xCA81C0) is known color: Orchid. HEX triplet: CA, 81 and C0. RGB value is (202,129,192). Sum of RGB (Red+Green+Blue) = 202+129+192=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81C0 is #357E3F. Grayscale: #9D9D9D. Windows color (decimal): -3505728 or 12616138. OLE color: 12616138.

HSL color Cylindrical-coordinate representation of color #CA81C0: hue angle of 308.22º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81C0 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 129 192 -
CMYK 0 0.36 0.05 0.21
HSL 308.22º 0.41% 0.65% -
HSV(B) 308.22º 0.36% 0.79% -
XYZ 41.72 32.06 53.86 -
YUV 158.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 202 129 192 0 0.36 0.05 0.21 308.22 0.41 0.65
Hex CA 81 C0 0 24 5 15 134 29 41
Octal 312 201 300 0 44 5 25 464 51 101
Binary 11001010 10000001 11000000 0 100100 101 10101 100110100 101001 1000001

Color Harmonies of #CA81C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81C0

Black with #CA81C0

Text Example


Text Example

White with #CA81C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81C0; }

 p { color: rgb(202,129,192); }

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

background-color css

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

 a { background-color: rgb(202,129,192); }

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

border-color css

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

 span { border-color: rgb(202,129,192); }

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