Html Css Color HEX #C33FEC Medium Orchid

📋 copy color: '#C33FEC'

red 195 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #C33FEC

Tints of Medium Orchid #C33FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.75%

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 39.47%
G = 12.75%
B = 47.77%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C33FEC (or 0xC33FEC) is known color: Medium Orchid. HEX triplet: C3, 3F and EC. RGB value is (195,63,236). Sum of RGB (Red+Green+Blue) = 195+63+236=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #C33FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FEC is #3CC013. Grayscale: #797979. Windows color (decimal): -3981332 or 15482819. OLE color: 15482819.

HSL color Cylindrical-coordinate representation of color #C33FEC: hue angle of 285.78º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33FEC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 63 236 -
CMYK 0.17 0.73 0 0.07
HSL 285.78º 0.82% 0.59% -
HSV(B) 285.78º 0.73% 0.93% -
XYZ 39.42 21.21 81.37 -
YUV 122.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 195 63 236 0.17 0.73 0 0.07 285.78 0.82 0.59
Hex C3 3F EC 11 49 0 7 11E 52 3B
Octal 303 77 354 21 111 0 7 436 122 73
Binary 11000011 111111 11101100 10001 1001001 0 111 100011110 1010010 111011

Color Harmonies of #C33FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FEC

Black with #C33FEC

Text Example


Text Example

White with #C33FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FEC; }

 p { color: rgb(195,63,236); }

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

background-color css

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

 a { background-color: rgb(195,63,236); }

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

border-color css

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

 span { border-color: rgb(195,63,236); }

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