Html Css Color HEX #CC37ED Medium Orchid

📋 copy color: '#CC37ED'

red 204 ◦ green 55 ◦ blue 237

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

Shades of Medium Orchid #CC37ED

Tints of Medium Orchid #CC37ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 41.13%
G = 11.09%
B = 47.78%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC37ED (or 0xCC37ED) is known color: Medium Orchid. HEX triplet: CC, 37 and ED. RGB value is (204,55,237). Sum of RGB (Red+Green+Blue) = 204+55+237=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC37ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37ED is #33C812. Grayscale: #777777. Windows color (decimal): -3393555 or 15546316. OLE color: 15546316.

HSL color Cylindrical-coordinate representation of color #CC37ED: hue angle of 289.12º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC37ED is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 55 237 -
CMYK 0.14 0.77 0 0.07
HSL 289.12º 0.83% 0.57% -
HSV(B) 289.12º 0.77% 0.93% -
XYZ 41.55 21.68 82.12 -
YUV 120.3 193.86 187.7 -
System Red Green Blue C M Y K H S L
Decimal 204 55 237 0.14 0.77 0 0.07 289.12 0.83 0.57
Hex CC 37 ED E 4D 0 7 121 53 39
Octal 314 67 355 16 115 0 7 441 123 71
Binary 11001100 110111 11101101 1110 1001101 0 111 100100001 1010011 111001

Color Harmonies of #CC37ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37ED

Black with #CC37ED

Text Example


Text Example

White with #CC37ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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