Html Css Color HEX #CA72D9 Orchid

📋 copy color: '#CA72D9'

red 202 ◦ green 114 ◦ blue 217

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

Shades of Orchid #CA72D9

Tints of Orchid #CA72D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.71%

R = 37.9%
G = 21.39%
B = 40.71%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA72D9 (or 0xCA72D9) is known color: Orchid. HEX triplet: CA, 72 and D9. RGB value is (202,114,217). Sum of RGB (Red+Green+Blue) = 202+114+217=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA72D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72D9 is #358D26. Grayscale: #979797. Windows color (decimal): -3509543 or 14250698. OLE color: 14250698.

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

Color convert

RGB 202 114 217 -
CMYK 0.07 0.47 0 0.15
HSL 291.26º 0.58% 0.65% -
HSV(B) 291.26º 0.47% 0.85% -
XYZ 42.9 29.6 69.1 -
YUV 152.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 202 114 217 0.07 0.47 0 0.15 291.26 0.58 0.65
Hex CA 72 D9 7 2F 0 F 123 3A 41
Octal 312 162 331 7 57 0 17 443 72 101
Binary 11001010 1110010 11011001 111 101111 0 1111 100100011 111010 1000001

Color Harmonies of #CA72D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72D9

Black with #CA72D9

Text Example


Text Example

White with #CA72D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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