Html Css Color HEX #CA81C8 Orchid

📋 copy color: '#CA81C8'

red 202 ◦ green 129 ◦ blue 200

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

Shades of Orchid #CA81C8

Tints of Orchid #CA81C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 38.04%
G = 24.29%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA81C8 (or 0xCA81C8) is known color: Orchid. HEX triplet: CA, 81 and C8. RGB value is (202,129,200). Sum of RGB (Red+Green+Blue) = 202+129+200=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81C8 is #357E37. Grayscale: #9E9E9E. Windows color (decimal): -3505720 or 13140426. OLE color: 13140426.

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

Color convert

RGB 202 129 200 -
CMYK 0 0.36 0.01 0.21
HSL 301.64º 0.41% 0.65% -
HSV(B) 301.64º 0.36% 0.79% -
XYZ 42.63 32.43 58.66 -
YUV 158.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 202 129 200 0 0.36 0.01 0.21 301.64 0.41 0.65
Hex CA 81 C8 0 24 1 15 12E 29 41
Octal 312 201 310 0 44 1 25 456 51 101
Binary 11001010 10000001 11001000 0 100100 1 10101 100101110 101001 1000001

Color Harmonies of #CA81C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81C8

Black with #CA81C8

Text Example


Text Example

White with #CA81C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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