Html Css Color HEX #CC4CDF Medium Orchid

📋 copy color: '#CC4CDF'

red 204 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #CC4CDF

Tints of Medium Orchid #CC4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.11%

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

R = 40.56%
G = 15.11%
B = 44.33%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC4CDF (or 0xCC4CDF) is known color: Medium Orchid. HEX triplet: CC, 4C and DF. RGB value is (204,76,223). Sum of RGB (Red+Green+Blue) = 204+76+223=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CDF is #33B320. Grayscale: #828282. Windows color (decimal): -3388193 or 14634188. OLE color: 14634188.

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

Color convert

RGB 204 76 223 -
CMYK 0.09 0.66 0 0.13
HSL 292.24º 0.7% 0.59% -
HSV(B) 292.24º 0.66% 0.87% -
XYZ 40.81 23.33 72.17 -
YUV 131.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 204 76 223 0.09 0.66 0 0.13 292.24 0.7 0.59
Hex CC 4C DF 9 42 0 D 124 46 3B
Octal 314 114 337 11 102 0 15 444 106 73
Binary 11001100 1001100 11011111 1001 1000010 0 1101 100100100 1000110 111011

Color Harmonies of #CC4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CDF

Black with #CC4CDF

Text Example


Text Example

White with #CC4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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