Html Css Color HEX #CC37FE Medium Orchid

📋 copy color: '#CC37FE'

red 204 ◦ green 55 ◦ blue 254

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

Shades of Medium Orchid #CC37FE

Tints of Medium Orchid #CC37FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 39.77%
G = 10.72%
B = 49.51%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC37FE (or 0xCC37FE) is known color: Medium Orchid. HEX triplet: CC, 37 and FE. RGB value is (204,55,254). Sum of RGB (Red+Green+Blue) = 204+55+254=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 55 (21.88% from 255 or 10.72% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37FE is #33C801. Grayscale: #797979. Windows color (decimal): -3393538 or 16660428. OLE color: 16660428.

HSL color Cylindrical-coordinate representation of color #CC37FE: hue angle of 284.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC37FE is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 55 254 -
CMYK 0.20 0.78 0 0.00
HSL 284.92º 0.99% 0.61% -
HSV(B) 284.92º 0.78% 1% -
XYZ 44.16 22.73 95.83 -
YUV 122.24 202.36 186.32 -
System Red Green Blue C M Y K H S L
Decimal 204 55 254 0.20 0.78 0 0.00 284.92 0.99 0.61
Hex CC 37 FE 14 4E 0 0 11D 63 3D
Octal 314 67 376 24 116 0 0 435 143 75
Binary 11001100 110111 11111110 10100 1001110 0 0 100011101 1100011 111101

Color Harmonies of #CC37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37FE

Black with #CC37FE

Text Example


Text Example

White with #CC37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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