Html Css Color HEX #CA81BF Orchid

📋 copy color: '#CA81BF'

red 202 ◦ green 129 ◦ blue 191

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

Shades of Orchid #CA81BF

Tints of Orchid #CA81BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.59%

R = 38.7%
G = 24.71%
B = 36.59%

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

#CA81BF (or 0xCA81BF) is known color: Orchid. HEX triplet: CA, 81 and BF. RGB value is (202,129,191). Sum of RGB (Red+Green+Blue) = 202+129+191=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81BF is #357E40. Grayscale: #9D9D9D. Windows color (decimal): -3505729 or 12550602. OLE color: 12550602.

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

Color convert

RGB 202 129 191 -
CMYK 0 0.36 0.05 0.21
HSL 309.04º 0.41% 0.65% -
HSV(B) 309.04º 0.36% 0.79% -
XYZ 41.61 32.02 53.28 -
YUV 157.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 202 129 191 0 0.36 0.05 0.21 309.04 0.41 0.65
Hex CA 81 BF 0 24 5 15 135 29 41
Octal 312 201 277 0 44 5 25 465 51 101
Binary 11001010 10000001 10111111 0 100100 101 10101 100110101 101001 1000001

Color Harmonies of #CA81BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81BF

Black with #CA81BF

Text Example


Text Example

White with #CA81BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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