Html Css Color HEX #CD73C2 Orchid

📋 copy color: '#CD73C2'

red 205 ◦ green 115 ◦ blue 194

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

Shades of Orchid #CD73C2

Tints of Orchid #CD73C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.74%

R = 39.88%
G = 22.37%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD73C2 (or 0xCD73C2) is known color: Orchid. HEX triplet: CD, 73 and C2. RGB value is (205,115,194). Sum of RGB (Red+Green+Blue) = 205+115+194=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73C2 is #328C3D. Grayscale: #969696. Windows color (decimal): -3312702 or 12743629. OLE color: 12743629.

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

Color convert

RGB 205 115 194 -
CMYK 0 0.44 0.05 0.20
HSL 307.33º 0.47% 0.63% -
HSV(B) 307.33º 0.44% 0.8% -
XYZ 41.05 29.14 54.5 -
YUV 150.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 205 115 194 0 0.44 0.05 0.20 307.33 0.47 0.63
Hex CD 73 C2 0 2C 5 14 133 2F 3F
Octal 315 163 302 0 54 5 24 463 57 77
Binary 11001101 1110011 11000010 0 101100 101 10100 100110011 101111 111111

Color Harmonies of #CD73C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD73C2

Black with #CD73C2

Text Example


Text Example

White with #CD73C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD73C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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