Html Css Color HEX #CA72DA Orchid

📋 copy color: '#CA72DA'

red 202 ◦ green 114 ◦ blue 218

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

Shades of Orchid #CA72DA

Tints of Orchid #CA72DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.35%

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

R = 37.83%
G = 21.35%
B = 40.82%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA72DA (or 0xCA72DA) is known color: Orchid. HEX triplet: CA, 72 and DA. RGB value is (202,114,218). Sum of RGB (Red+Green+Blue) = 202+114+218=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72DA is #358D25. Grayscale: #979797. Windows color (decimal): -3509542 or 14316234. OLE color: 14316234.

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

Color convert

RGB 202 114 218 -
CMYK 0.07 0.48 0 0.15
HSL 290.77º 0.58% 0.65% -
HSV(B) 290.77º 0.48% 0.85% -
XYZ 43.03 29.65 69.79 -
YUV 152.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 202 114 218 0.07 0.48 0 0.15 290.77 0.58 0.65
Hex CA 72 DA 7 30 0 F 123 3A 41
Octal 312 162 332 7 60 0 17 443 72 101
Binary 11001010 1110010 11011010 111 110000 0 1111 100100011 111010 1000001

Color Harmonies of #CA72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72DA

Black with #CA72DA

Text Example


Text Example

White with #CA72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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