Html Css Color HEX #CD73C0 Orchid

📋 copy color: '#CD73C0'

red 205 ◦ green 115 ◦ blue 192

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

Shades of Orchid #CD73C0

Tints of Orchid #CD73C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 40.04%
G = 22.46%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD73C0 (or 0xCD73C0) is known color: Orchid. HEX triplet: CD, 73 and C0. RGB value is (205,115,192). Sum of RGB (Red+Green+Blue) = 205+115+192=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73C0 is #328C3F. Grayscale: #969696. Windows color (decimal): -3312704 or 12612557. OLE color: 12612557.

HSL color Cylindrical-coordinate representation of color #CD73C0: hue angle of 308.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD73C0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 115 192 -
CMYK 0 0.44 0.06 0.20
HSL 308.67º 0.47% 0.63% -
HSV(B) 308.67º 0.44% 0.8% -
XYZ 40.82 29.05 53.32 -
YUV 150.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 205 115 192 0 0.44 0.06 0.20 308.67 0.47 0.63
Hex CD 73 C0 0 2C 6 14 135 2F 3F
Octal 315 163 300 0 54 6 24 465 57 77
Binary 11001101 1110011 11000000 0 101100 110 10100 100110101 101111 111111

Color Harmonies of #CD73C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD73C0

Black with #CD73C0

Text Example


Text Example

White with #CD73C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD73C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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