Html Css Color HEX #CD72DF Orchid

📋 copy color: '#CD72DF'

red 205 ◦ green 114 ◦ blue 223

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

Shades of Orchid #CD72DF

Tints of Orchid #CD72DF

RGB

 RED value IS 205 (80.47% from 255) = 37.82%

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

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

R = 37.82%
G = 21.03%
B = 41.14%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD72DF (or 0xCD72DF) is known color: Orchid. HEX triplet: CD, 72 and DF. RGB value is (205,114,223). Sum of RGB (Red+Green+Blue) = 205+114+223=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72DF is #328D20. Grayscale: #999999. Windows color (decimal): -3312929 or 14643917. OLE color: 14643917.

HSL color Cylindrical-coordinate representation of color #CD72DF: hue angle of 290.09º 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 #CD72DF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 114 223 -
CMYK 0.08 0.49 0 0.13
HSL 290.09º 0.63% 0.66% -
HSV(B) 290.09º 0.49% 0.87% -
XYZ 44.51 30.34 73.32 -
YUV 153.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 205 114 223 0.08 0.49 0 0.13 290.09 0.63 0.66
Hex CD 72 DF 8 31 0 D 122 3F 42
Octal 315 162 337 10 61 0 15 442 77 102
Binary 11001101 1110010 11011111 1000 110001 0 1101 100100010 111111 1000010

Color Harmonies of #CD72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD72DF

Black with #CD72DF

Text Example


Text Example

White with #CD72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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