Html Css Color HEX #CD73DB Orchid

📋 copy color: '#CD73DB'

red 205 ◦ green 115 ◦ blue 219

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

Shades of Orchid #CD73DB

Tints of Orchid #CD73DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.34%

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

R = 38.03%
G = 21.34%
B = 40.63%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD73DB (or 0xCD73DB) is known color: Orchid. HEX triplet: CD, 73 and DB. RGB value is (205,115,219). Sum of RGB (Red+Green+Blue) = 205+115+219=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73DB is #328C24. Grayscale: #999999. Windows color (decimal): -3312677 or 14382029. OLE color: 14382029.

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

Color convert

RGB 205 115 219 -
CMYK 0.06 0.47 0 0.14
HSL 291.92º 0.59% 0.65% -
HSV(B) 291.92º 0.47% 0.86% -
XYZ 44.09 30.36 70.55 -
YUV 153.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 205 115 219 0.06 0.47 0 0.14 291.92 0.59 0.65
Hex CD 73 DB 6 2F 0 E 124 3B 41
Octal 315 163 333 6 57 0 16 444 73 101
Binary 11001101 1110011 11011011 110 101111 0 1110 100100100 111011 1000001

Color Harmonies of #CD73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD73DB

Black with #CD73DB

Text Example


Text Example

White with #CD73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD73DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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