Html Css Color HEX #C337FF Medium Orchid

📋 copy color: '#C337FF'

red 195 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #C337FF

Tints of Medium Orchid #C337FF

RGB

 RED value IS 195 (76.56% from 255) = 38.61%

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 38.61%
G = 10.89%
B = 50.5%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C337FF (or 0xC337FF) is known color: Medium Orchid. HEX triplet: C3, 37 and FF. RGB value is (195,55,255). Sum of RGB (Red+Green+Blue) = 195+55+255=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 55 (21.88% from 255 or 10.89% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #C337FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C337FF is #3CC800. Grayscale: #767676. Windows color (decimal): -3983361 or 16725955. OLE color: 16725955.

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

Color convert

RGB 195 55 255 -
CMYK 0.24 0.78 0 0
HSL 282º 1% 0.61% -
HSV(B) 282º 0.78% 1% -
XYZ 41.92 21.55 96.56 -
YUV 119.66 204.38 181.74 -
System Red Green Blue C M Y K H S L
Decimal 195 55 255 0.24 0.78 0 0 282 1 0.61
Hex C3 37 FF 18 4E 0 0 11A 64 3D
Octal 303 67 377 30 116 0 0 432 144 75
Binary 11000011 110111 11111111 11000 1001110 0 0 100011010 1100100 111101

Color Harmonies of #C337FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C337FF

Black with #C337FF

Text Example


Text Example

White with #C337FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C337FF; }

 p { color: rgb(195,55,255); }

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

background-color css

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

 a { background-color: rgb(195,55,255); }

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

border-color css

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

 span { border-color: rgb(195,55,255); }

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