Html Css Color HEX #CC30DF Medium Orchid

📋 copy color: '#CC30DF'

red 204 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #CC30DF

Tints of Medium Orchid #CC30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.11%

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

R = 42.95%
G = 10.11%
B = 46.95%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC30DF (or 0xCC30DF) is known color: Medium Orchid. HEX triplet: CC, 30 and DF. RGB value is (204,48,223). Sum of RGB (Red+Green+Blue) = 204+48+223=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30DF is #33CF20. Grayscale: #727272. Windows color (decimal): -3395361 or 14627020. OLE color: 14627020.

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

Color convert

RGB 204 48 223 -
CMYK 0.09 0.78 0 0.13
HSL 293.49º 0.73% 0.53% -
HSV(B) 293.49º 0.78% 0.87% -
XYZ 39.28 20.28 71.66 -
YUV 114.59 189.18 191.77 -
System Red Green Blue C M Y K H S L
Decimal 204 48 223 0.09 0.78 0 0.13 293.49 0.73 0.53
Hex CC 30 DF 9 4E 0 D 125 49 35
Octal 314 60 337 11 116 0 15 445 111 65
Binary 11001100 110000 11011111 1001 1001110 0 1101 100100101 1001001 110101

Color Harmonies of #CC30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30DF

Black with #CC30DF

Text Example


Text Example

White with #CC30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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