Html Css Color HEX #CC39DD Medium Orchid

📋 copy color: '#CC39DD'

red 204 ◦ green 57 ◦ blue 221

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

Shades of Medium Orchid #CC39DD

Tints of Medium Orchid #CC39DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.83%

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

R = 42.32%
G = 11.83%
B = 45.85%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC39DD (or 0xCC39DD) is known color: Medium Orchid. HEX triplet: CC, 39 and DD. RGB value is (204,57,221). Sum of RGB (Red+Green+Blue) = 204+57+221=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC39DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39DD is #33C622. Grayscale: #777777. Windows color (decimal): -3393059 or 14498252. OLE color: 14498252.

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

Color convert

RGB 204 57 221 -
CMYK 0.08 0.74 0 0.13
HSL 293.78º 0.71% 0.55% -
HSV(B) 293.78º 0.74% 0.87% -
XYZ 39.42 20.98 70.38 -
YUV 119.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 204 57 221 0.08 0.74 0 0.13 293.78 0.71 0.55
Hex CC 39 DD 8 4A 0 D 126 47 37
Octal 314 71 335 10 112 0 15 446 107 67
Binary 11001100 111001 11011101 1000 1001010 0 1101 100100110 1000111 110111

Color Harmonies of #CC39DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39DD

Black with #CC39DD

Text Example


Text Example

White with #CC39DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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