Html Css Color HEX #CC40DF Medium Orchid

📋 copy color: '#CC40DF'

red 204 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #CC40DF

Tints of Medium Orchid #CC40DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.03%

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

R = 41.55%
G = 13.03%
B = 45.42%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC40DF (or 0xCC40DF) is known color: Medium Orchid. HEX triplet: CC, 40 and DF. RGB value is (204,64,223). Sum of RGB (Red+Green+Blue) = 204+64+223=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40DF is #33BF20. Grayscale: #7B7B7B. Windows color (decimal): -3391265 or 14631116. OLE color: 14631116.

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

Color convert

RGB 204 64 223 -
CMYK 0.09 0.71 0 0.13
HSL 292.83º 0.71% 0.56% -
HSV(B) 292.83º 0.71% 0.87% -
XYZ 40.05 21.83 71.91 -
YUV 123.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 204 64 223 0.09 0.71 0 0.13 292.83 0.71 0.56
Hex CC 40 DF 9 47 0 D 125 47 38
Octal 314 100 337 11 107 0 15 445 107 70
Binary 11001100 1000000 11011111 1001 1000111 0 1101 100100101 1000111 111000

Color Harmonies of #CC40DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40DF

Black with #CC40DF

Text Example


Text Example

White with #CC40DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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