Html Css Color HEX #CA81C2 Orchid

📋 copy color: '#CA81C2'

red 202 ◦ green 129 ◦ blue 194

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

Shades of Orchid #CA81C2

Tints of Orchid #CA81C2

RGB

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

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

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

R = 38.48%
G = 24.57%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA81C2 (or 0xCA81C2) is known color: Orchid. HEX triplet: CA, 81 and C2. RGB value is (202,129,194). Sum of RGB (Red+Green+Blue) = 202+129+194=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81C2 is #357E3D. Grayscale: #9E9E9E. Windows color (decimal): -3505726 or 12747210. OLE color: 12747210.

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

Color convert

RGB 202 129 194 -
CMYK 0 0.36 0.04 0.21
HSL 306.58º 0.41% 0.65% -
HSV(B) 306.58º 0.36% 0.79% -
XYZ 41.94 32.15 55.03 -
YUV 158.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 202 129 194 0 0.36 0.04 0.21 306.58 0.41 0.65
Hex CA 81 C2 0 24 4 15 133 29 41
Octal 312 201 302 0 44 4 25 463 51 101
Binary 11001010 10000001 11000010 0 100100 100 10101 100110011 101001 1000001

Color Harmonies of #CA81C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81C2

Black with #CA81C2

Text Example


Text Example

White with #CA81C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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