Html Css Color HEX #CC37FA Medium Orchid

📋 copy color: '#CC37FA'

red 204 ◦ green 55 ◦ blue 250

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

Shades of Medium Orchid #CC37FA

Tints of Medium Orchid #CC37FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 40.08%
G = 10.81%
B = 49.12%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC37FA (or 0xCC37FA) is known color: Medium Orchid. HEX triplet: CC, 37 and FA. RGB value is (204,55,250). Sum of RGB (Red+Green+Blue) = 204+55+250=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 55 (21.88% from 255 or 10.81% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37FA is #33C805. Grayscale: #797979. Windows color (decimal): -3393542 or 16398284. OLE color: 16398284.

HSL color Cylindrical-coordinate representation of color #CC37FA: hue angle of 285.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC37FA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 55 250 -
CMYK 0.18 0.78 0 0.02
HSL 285.85º 0.95% 0.6% -
HSV(B) 285.85º 0.78% 0.98% -
XYZ 43.52 22.47 92.49 -
YUV 121.78 200.36 186.64 -
System Red Green Blue C M Y K H S L
Decimal 204 55 250 0.18 0.78 0 0.02 285.85 0.95 0.6
Hex CC 37 FA 12 4E 0 2 11E 5F 3C
Octal 314 67 372 22 116 0 2 436 137 74
Binary 11001100 110111 11111010 10010 1001110 0 10 100011110 1011111 111100

Color Harmonies of #CC37FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37FA

Black with #CC37FA

Text Example


Text Example

White with #CC37FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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