Html Css Color HEX #CC58DF Medium Orchid

📋 copy color: '#CC58DF'

red 204 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #CC58DF

Tints of Medium Orchid #CC58DF

RGB

 RED value IS 204 (80.08% from 255) = 39.61%

 GREEN value IS 88 (34.77% from 255) = 17.09%

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 39.61%
G = 17.09%
B = 43.3%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC58DF (or 0xCC58DF) is known color: Medium Orchid. HEX triplet: CC, 58 and DF. RGB value is (204,88,223). Sum of RGB (Red+Green+Blue) = 204+88+223=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58DF is #33A720. Grayscale: #898989. Windows color (decimal): -3385121 or 14637260. OLE color: 14637260.

HSL color Cylindrical-coordinate representation of color #CC58DF: hue angle of 291.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC58DF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 88 223 -
CMYK 0.09 0.61 0 0.13
HSL 291.56º 0.68% 0.61% -
HSV(B) 291.56º 0.61% 0.87% -
XYZ 41.71 25.14 72.47 -
YUV 138.07 175.93 175.02 -
System Red Green Blue C M Y K H S L
Decimal 204 88 223 0.09 0.61 0 0.13 291.56 0.68 0.61
Hex CC 58 DF 9 3D 0 D 124 44 3D
Octal 314 130 337 11 75 0 15 444 104 75
Binary 11001100 1011000 11011111 1001 111101 0 1101 100100100 1000100 111101

Color Harmonies of #CC58DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58DF

Black with #CC58DF

Text Example


Text Example

White with #CC58DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58DF; }

 p { color: rgb(204,88,223); }

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

background-color css

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

 a { background-color: rgb(204,88,223); }

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

border-color css

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

 span { border-color: rgb(204,88,223); }

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