Html Css Color HEX #CA72DF Orchid

📋 copy color: '#CA72DF'

red 202 ◦ green 114 ◦ blue 223

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

Shades of Orchid #CA72DF

Tints of Orchid #CA72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 37.48%
G = 21.15%
B = 41.37%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA72DF (or 0xCA72DF) is known color: Orchid. HEX triplet: CA, 72 and DF. RGB value is (202,114,223). Sum of RGB (Red+Green+Blue) = 202+114+223=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72DF is #358D20. Grayscale: #989898. Windows color (decimal): -3509537 or 14643914. OLE color: 14643914.

HSL color Cylindrical-coordinate representation of color #CA72DF: hue angle of 288.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA72DF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 114 223 -
CMYK 0.09 0.49 0 0.13
HSL 288.44º 0.63% 0.66% -
HSV(B) 288.44º 0.49% 0.87% -
XYZ 43.69 29.92 73.28 -
YUV 152.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 202 114 223 0.09 0.49 0 0.13 288.44 0.63 0.66
Hex CA 72 DF 9 31 0 D 120 3F 42
Octal 312 162 337 11 61 0 15 440 77 102
Binary 11001010 1110010 11011111 1001 110001 0 1101 100100000 111111 1000010

Color Harmonies of #CA72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72DF

Black with #CA72DF

Text Example


Text Example

White with #CA72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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