Html Css Color HEX #CA81C6 Orchid

📋 copy color: '#CA81C6'

red 202 ◦ green 129 ◦ blue 198

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

Shades of Orchid #CA81C6

Tints of Orchid #CA81C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 38.19%
G = 24.39%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA81C6 (or 0xCA81C6) is known color: Orchid. HEX triplet: CA, 81 and C6. RGB value is (202,129,198). Sum of RGB (Red+Green+Blue) = 202+129+198=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81C6 is #357E39. Grayscale: #9E9E9E. Windows color (decimal): -3505722 or 13009354. OLE color: 13009354.

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

Color convert

RGB 202 129 198 -
CMYK 0 0.36 0.02 0.21
HSL 303.29º 0.41% 0.65% -
HSV(B) 303.29º 0.36% 0.79% -
XYZ 42.4 32.33 57.43 -
YUV 158.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 202 129 198 0 0.36 0.02 0.21 303.29 0.41 0.65
Hex CA 81 C6 0 24 2 15 12F 29 41
Octal 312 201 306 0 44 2 25 457 51 101
Binary 11001010 10000001 11000110 0 100100 10 10101 100101111 101001 1000001

Color Harmonies of #CA81C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81C6

Black with #CA81C6

Text Example


Text Example

White with #CA81C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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