Html Css Color HEX #CD72DB Orchid

📋 copy color: '#CD72DB'

red 205 ◦ green 114 ◦ blue 219

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

Shades of Orchid #CD72DB

Tints of Orchid #CD72DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 38.1%
G = 21.19%
B = 40.71%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD72DB (or 0xCD72DB) is known color: Orchid. HEX triplet: CD, 72 and DB. RGB value is (205,114,219). Sum of RGB (Red+Green+Blue) = 205+114+219=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72DB is #328D24. Grayscale: #989898. Windows color (decimal): -3312933 or 14381773. OLE color: 14381773.

HSL color Cylindrical-coordinate representation of color #CD72DB: hue angle of 292º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD72DB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 114 219 -
CMYK 0.06 0.48 0 0.14
HSL 292º 0.59% 0.65% -
HSV(B) 292º 0.48% 0.86% -
XYZ 43.98 30.13 70.52 -
YUV 153.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 205 114 219 0.06 0.48 0 0.14 292 0.59 0.65
Hex CD 72 DB 6 30 0 E 124 3B 41
Octal 315 162 333 6 60 0 16 444 73 101
Binary 11001101 1110010 11011011 110 110000 0 1110 100100100 111011 1000001

Color Harmonies of #CD72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD72DB

Black with #CD72DB

Text Example


Text Example

White with #CD72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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