Html Css Color HEX #CC3DDF Medium Orchid

📋 copy color: '#CC3DDF'

red 204 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #CC3DDF

Tints of Medium Orchid #CC3DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.5%

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

R = 41.8%
G = 12.5%
B = 45.7%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC3DDF (or 0xCC3DDF) is known color: Medium Orchid. HEX triplet: CC, 3D and DF. RGB value is (204,61,223). Sum of RGB (Red+Green+Blue) = 204+61+223=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC3DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DDF is #33C220. Grayscale: #797979. Windows color (decimal): -3392033 or 14630348. OLE color: 14630348.

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

Color convert

RGB 204 61 223 -
CMYK 0.09 0.73 0 0.13
HSL 292.96º 0.72% 0.56% -
HSV(B) 292.96º 0.73% 0.87% -
XYZ 39.89 21.5 71.86 -
YUV 122.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 204 61 223 0.09 0.73 0 0.13 292.96 0.72 0.56
Hex CC 3D DF 9 49 0 D 125 48 38
Octal 314 75 337 11 111 0 15 445 110 70
Binary 11001100 111101 11011111 1001 1001001 0 1101 100100101 1001000 111000

Color Harmonies of #CC3DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DDF

Black with #CC3DDF

Text Example


Text Example

White with #CC3DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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