Html Css Color HEX #CD73C8 Orchid

📋 copy color: '#CD73C8'

red 205 ◦ green 115 ◦ blue 200

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

Shades of Orchid #CD73C8

Tints of Orchid #CD73C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.46%

R = 39.42%
G = 22.12%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD73C8 (or 0xCD73C8) is known color: Orchid. HEX triplet: CD, 73 and C8. RGB value is (205,115,200). Sum of RGB (Red+Green+Blue) = 205+115+200=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73C8 is #328C37. Grayscale: #979797. Windows color (decimal): -3312696 or 13136845. OLE color: 13136845.

HSL color Cylindrical-coordinate representation of color #CD73C8: hue angle of 303.33º 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 #CD73C8 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 115 200 -
CMYK 0 0.44 0.02 0.20
HSL 303.33º 0.47% 0.63% -
HSV(B) 303.33º 0.44% 0.8% -
XYZ 41.73 29.41 58.12 -
YUV 151.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 205 115 200 0 0.44 0.02 0.20 303.33 0.47 0.63
Hex CD 73 C8 0 2C 2 14 12F 2F 3F
Octal 315 163 310 0 54 2 24 457 57 77
Binary 11001101 1110011 11001000 0 101100 10 10100 100101111 101111 111111

Color Harmonies of #CD73C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD73C8

Black with #CD73C8

Text Example


Text Example

White with #CD73C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD73C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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