Html Css Color HEX #CA81CD Orchid

📋 copy color: '#CA81CD'

red 202 ◦ green 129 ◦ blue 205

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

Shades of Orchid #CA81CD

Tints of Orchid #CA81CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 37.69%
G = 24.07%
B = 38.25%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA81CD (or 0xCA81CD) is known color: Orchid. HEX triplet: CA, 81 and CD. RGB value is (202,129,205). Sum of RGB (Red+Green+Blue) = 202+129+205=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81CD is #357E32. Grayscale: #9F9F9F. Windows color (decimal): -3505715 or 13468106. OLE color: 13468106.

HSL color Cylindrical-coordinate representation of color #CA81CD: hue angle of 297.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA81CD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 129 205 -
CMYK 0.01 0.37 0 0.20
HSL 297.63º 0.43% 0.65% -
HSV(B) 297.63º 0.37% 0.8% -
XYZ 43.23 32.66 61.78 -
YUV 159.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 202 129 205 0.01 0.37 0 0.20 297.63 0.43 0.65
Hex CA 81 CD 1 25 0 14 12A 2B 41
Octal 312 201 315 1 45 0 24 452 53 101
Binary 11001010 10000001 11001101 1 100101 0 10100 100101010 101011 1000001

Color Harmonies of #CA81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81CD

Black with #CA81CD

Text Example


Text Example

White with #CA81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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