Html Css Color HEX #CC39DA Medium Orchid

📋 copy color: '#CC39DA'

red 204 ◦ green 57 ◦ blue 218

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

Shades of Medium Orchid #CC39DA

Tints of Medium Orchid #CC39DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 42.59%
G = 11.9%
B = 45.51%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC39DA (or 0xCC39DA) is known color: Medium Orchid. HEX triplet: CC, 39 and DA. RGB value is (204,57,218). Sum of RGB (Red+Green+Blue) = 204+57+218=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39DA is #33C625. Grayscale: #767676. Windows color (decimal): -3393062 or 14301644. OLE color: 14301644.

HSL color Cylindrical-coordinate representation of color #CC39DA: hue angle of 294.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC39DA is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 57 218 -
CMYK 0.06 0.74 0 0.15
HSL 294.78º 0.69% 0.54% -
HSV(B) 294.78º 0.74% 0.85% -
XYZ 39.02 20.83 68.29 -
YUV 119.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 204 57 218 0.06 0.74 0 0.15 294.78 0.69 0.54
Hex CC 39 DA 6 4A 0 F 127 45 36
Octal 314 71 332 6 112 0 17 447 105 66
Binary 11001100 111001 11011010 110 1001010 0 1111 100100111 1000101 110110

Color Harmonies of #CC39DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39DA

Black with #CC39DA

Text Example


Text Example

White with #CC39DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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