Html Css Color HEX #CC4DDF Medium Orchid

📋 copy color: '#CC4DDF'

red 204 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #CC4DDF

Tints of Medium Orchid #CC4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.28%

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

R = 40.48%
G = 15.28%
B = 44.25%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC4DDF (or 0xCC4DDF) is known color: Medium Orchid. HEX triplet: CC, 4D and DF. RGB value is (204,77,223). Sum of RGB (Red+Green+Blue) = 204+77+223=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DDF is #33B220. Grayscale: #838383. Windows color (decimal): -3387937 or 14634444. OLE color: 14634444.

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

Color convert

RGB 204 77 223 -
CMYK 0.09 0.65 0 0.13
HSL 292.19º 0.7% 0.59% -
HSV(B) 292.19º 0.65% 0.87% -
XYZ 40.88 23.47 72.19 -
YUV 131.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 204 77 223 0.09 0.65 0 0.13 292.19 0.7 0.59
Hex CC 4D DF 9 41 0 D 124 46 3B
Octal 314 115 337 11 101 0 15 444 106 73
Binary 11001100 1001101 11011111 1001 1000001 0 1101 100100100 1000110 111011

Color Harmonies of #CC4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4DDF

Black with #CC4DDF

Text Example


Text Example

White with #CC4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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