Html Css Color HEX #CA81BD Orchid

📋 copy color: '#CA81BD'

red 202 ◦ green 129 ◦ blue 189

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

Shades of Orchid #CA81BD

Tints of Orchid #CA81BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 38.85%
G = 24.81%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA81BD (or 0xCA81BD) is known color: Orchid. HEX triplet: CA, 81 and BD. RGB value is (202,129,189). Sum of RGB (Red+Green+Blue) = 202+129+189=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81BD is #357E42. Grayscale: #9D9D9D. Windows color (decimal): -3505731 or 12419530. OLE color: 12419530.

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

Color convert

RGB 202 129 189 -
CMYK 0 0.36 0.06 0.21
HSL 310.68º 0.41% 0.65% -
HSV(B) 310.68º 0.36% 0.79% -
XYZ 41.39 31.93 52.13 -
YUV 157.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 202 129 189 0 0.36 0.06 0.21 310.68 0.41 0.65
Hex CA 81 BD 0 24 6 15 137 29 41
Octal 312 201 275 0 44 6 25 467 51 101
Binary 11001010 10000001 10111101 0 100100 110 10101 100110111 101001 1000001

Color Harmonies of #CA81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81BD

Black with #CA81BD

Text Example


Text Example

White with #CA81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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