Html Css Color HEX #CA81DA Orchid

📋 copy color: '#CA81DA'

red 202 ◦ green 129 ◦ blue 218

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

Shades of Orchid #CA81DA

Tints of Orchid #CA81DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 36.79%
G = 23.5%
B = 39.71%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA81DA (or 0xCA81DA) is known color: Orchid. HEX triplet: CA, 81 and DA. RGB value is (202,129,218). Sum of RGB (Red+Green+Blue) = 202+129+218=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81DA is #357E25. Grayscale: #A0A0A0. Windows color (decimal): -3505702 or 14320074. OLE color: 14320074.

HSL color Cylindrical-coordinate representation of color #CA81DA: hue angle of 289.21º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA81DA is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 129 218 -
CMYK 0.07 0.41 0 0.15
HSL 289.21º 0.55% 0.68% -
HSV(B) 289.21º 0.41% 0.85% -
XYZ 44.86 33.32 70.4 -
YUV 160.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 202 129 218 0.07 0.41 0 0.15 289.21 0.55 0.68
Hex CA 81 DA 7 29 0 F 121 37 44
Octal 312 201 332 7 51 0 17 441 67 104
Binary 11001010 10000001 11011010 111 101001 0 1111 100100001 110111 1000100

Color Harmonies of #CA81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81DA

Black with #CA81DA

Text Example


Text Example

White with #CA81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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