Html Css Color HEX #CD73DC Orchid

📋 copy color: '#CD73DC'

red 205 ◦ green 115 ◦ blue 220

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

Shades of Orchid #CD73DC

Tints of Orchid #CD73DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 37.96%
G = 21.3%
B = 40.74%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD73DC (or 0xCD73DC) is known color: Orchid. HEX triplet: CD, 73 and DC. RGB value is (205,115,220). Sum of RGB (Red+Green+Blue) = 205+115+220=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73DC is #328C23. Grayscale: #999999. Windows color (decimal): -3312676 or 14447565. OLE color: 14447565.

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

Color convert

RGB 205 115 220 -
CMYK 0.07 0.48 0 0.14
HSL 291.43º 0.6% 0.66% -
HSV(B) 291.43º 0.48% 0.86% -
XYZ 44.23 30.41 71.25 -
YUV 153.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 205 115 220 0.07 0.48 0 0.14 291.43 0.6 0.66
Hex CD 73 DC 7 30 0 E 123 3C 42
Octal 315 163 334 7 60 0 16 443 74 102
Binary 11001101 1110011 11011100 111 110000 0 1110 100100011 111100 1000010

Color Harmonies of #CD73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD73DC

Black with #CD73DC

Text Example


Text Example

White with #CD73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD73DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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