Html Css Color HEX #CC5DDF Medium Orchid

📋 copy color: '#CC5DDF'

red 204 ◦ green 93 ◦ blue 223

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

Shades of Medium Orchid #CC5DDF

Tints of Medium Orchid #CC5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.88%

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

R = 39.23%
G = 17.88%
B = 42.88%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC5DDF (or 0xCC5DDF) is known color: Medium Orchid. HEX triplet: CC, 5D and DF. RGB value is (204,93,223). Sum of RGB (Red+Green+Blue) = 204+93+223=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC5DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DDF is #33A220. Grayscale: #8C8C8C. Windows color (decimal): -3383841 or 14638540. OLE color: 14638540.

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

Color convert

RGB 204 93 223 -
CMYK 0.09 0.58 0 0.13
HSL 291.23º 0.67% 0.62% -
HSV(B) 291.23º 0.58% 0.87% -
XYZ 42.14 25.99 72.61 -
YUV 141.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 204 93 223 0.09 0.58 0 0.13 291.23 0.67 0.62
Hex CC 5D DF 9 3A 0 D 123 43 3E
Octal 314 135 337 11 72 0 15 443 103 76
Binary 11001100 1011101 11011111 1001 111010 0 1101 100100011 1000011 111110

Color Harmonies of #CC5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DDF

Black with #CC5DDF

Text Example


Text Example

White with #CC5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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