Html Css Color HEX #CC37DA Medium Orchid

📋 copy color: '#CC37DA'

red 204 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #CC37DA

Tints of Medium Orchid #CC37DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.53%

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

R = 42.77%
G = 11.53%
B = 45.7%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC37DA (or 0xCC37DA) is known color: Medium Orchid. HEX triplet: CC, 37 and DA. RGB value is (204,55,218). Sum of RGB (Red+Green+Blue) = 204+55+218=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC37DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37DA is #33C825. Grayscale: #757575. Windows color (decimal): -3393574 or 14301132. OLE color: 14301132.

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

Color convert

RGB 204 55 218 -
CMYK 0.06 0.75 0 0.15
HSL 294.85º 0.69% 0.54% -
HSV(B) 294.85º 0.75% 0.85% -
XYZ 38.92 20.63 68.26 -
YUV 118.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 204 55 218 0.06 0.75 0 0.15 294.85 0.69 0.54
Hex CC 37 DA 6 4B 0 F 127 45 36
Octal 314 67 332 6 113 0 17 447 105 66
Binary 11001100 110111 11011010 110 1001011 0 1111 100100111 1000101 110110

Color Harmonies of #CC37DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37DA

Black with #CC37DA

Text Example


Text Example

White with #CC37DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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