Html Css Color HEX #CD73D0 Orchid

📋 copy color: '#CD73D0'

red 205 ◦ green 115 ◦ blue 208

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

Shades of Orchid #CD73D0

Tints of Orchid #CD73D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 38.83%
G = 21.78%
B = 39.39%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD73D0 (or 0xCD73D0) is known color: Orchid. HEX triplet: CD, 73 and D0. RGB value is (205,115,208). Sum of RGB (Red+Green+Blue) = 205+115+208=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73D0 is #328C2F. Grayscale: #989898. Windows color (decimal): -3312688 or 13661133. OLE color: 13661133.

HSL color Cylindrical-coordinate representation of color #CD73D0: hue angle of 298.06º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD73D0 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 115 208 -
CMYK 0.01 0.45 0 0.18
HSL 298.06º 0.5% 0.63% -
HSV(B) 298.06º 0.45% 0.82% -
XYZ 42.69 29.79 63.18 -
YUV 152.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 205 115 208 0.01 0.45 0 0.18 298.06 0.5 0.63
Hex CD 73 D0 1 2D 0 12 12A 32 3F
Octal 315 163 320 1 55 0 22 452 62 77
Binary 11001101 1110011 11010000 1 101101 0 10010 100101010 110010 111111

Color Harmonies of #CD73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD73D0

Black with #CD73D0

Text Example


Text Example

White with #CD73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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