Html Css Color HEX #CC30DD Medium Orchid

📋 copy color: '#CC30DD'

red 204 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #CC30DD

Tints of Medium Orchid #CC30DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 43.13%
G = 10.15%
B = 46.72%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC30DD (or 0xCC30DD) is known color: Medium Orchid. HEX triplet: CC, 30 and DD. RGB value is (204,48,221). Sum of RGB (Red+Green+Blue) = 204+48+221=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30DD is #33CF22. Grayscale: #717171. Windows color (decimal): -3395363 or 14495948. OLE color: 14495948.

HSL color Cylindrical-coordinate representation of color #CC30DD: hue angle of 294.1º degrees, saturation: 0.72, 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 #CC30DD is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 48 221 -
CMYK 0.08 0.78 0 0.13
HSL 294.1º 0.72% 0.53% -
HSV(B) 294.1º 0.78% 0.87% -
XYZ 39.01 20.17 70.24 -
YUV 114.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 204 48 221 0.08 0.78 0 0.13 294.1 0.72 0.53
Hex CC 30 DD 8 4E 0 D 126 48 35
Octal 314 60 335 10 116 0 15 446 110 65
Binary 11001100 110000 11011101 1000 1001110 0 1101 100100110 1001000 110101

Color Harmonies of #CC30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30DD

Black with #CC30DD

Text Example


Text Example

White with #CC30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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