Html Css Color HEX #CA81CA Orchid

📋 copy color: '#CA81CA'

red 202 ◦ green 129 ◦ blue 202

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

Shades of Orchid #CA81CA

Tints of Orchid #CA81CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 37.9%
G = 24.2%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA81CA (or 0xCA81CA) is known color: Orchid. HEX triplet: CA, 81 and CA. RGB value is (202,129,202). Sum of RGB (Red+Green+Blue) = 202+129+202=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81CA is #357E35. Grayscale: #9E9E9E. Windows color (decimal): -3505718 or 13271498. OLE color: 13271498.

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

Color convert

RGB 202 129 202 -
CMYK 0 0.36 0 0.21
HSL 300º 0.41% 0.65% -
HSV(B) 300º 0.36% 0.79% -
XYZ 42.87 32.52 59.89 -
YUV 159.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 202 129 202 0 0.36 0 0.21 300 0.41 0.65
Hex CA 81 CA 0 24 0 15 12C 29 41
Octal 312 201 312 0 44 0 25 454 51 101
Binary 11001010 10000001 11001010 0 100100 0 10101 100101100 101001 1000001

Color Harmonies of #CA81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81CA

Black with #CA81CA

Text Example


Text Example

White with #CA81CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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