Html Css Color HEX #C33FEA Medium Orchid

📋 copy color: '#C33FEA'

red 195 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #C33FEA

Tints of Medium Orchid #C33FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 39.63%
G = 12.8%
B = 47.56%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C33FEA (or 0xC33FEA) is known color: Medium Orchid. HEX triplet: C3, 3F and EA. RGB value is (195,63,234). Sum of RGB (Red+Green+Blue) = 195+63+234=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #C33FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FEA is #3CC015. Grayscale: #797979. Windows color (decimal): -3981334 or 15351747. OLE color: 15351747.

HSL color Cylindrical-coordinate representation of color #C33FEA: hue angle of 286.32º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33FEA is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 63 234 -
CMYK 0.17 0.73 0 0.08
HSL 286.32º 0.8% 0.58% -
HSV(B) 286.32º 0.73% 0.92% -
XYZ 39.13 21.1 79.85 -
YUV 121.96 191.23 180.1 -
System Red Green Blue C M Y K H S L
Decimal 195 63 234 0.17 0.73 0 0.08 286.32 0.8 0.58
Hex C3 3F EA 11 49 0 8 11E 50 3A
Octal 303 77 352 21 111 0 10 436 120 72
Binary 11000011 111111 11101010 10001 1001001 0 1000 100011110 1010000 111010

Color Harmonies of #C33FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FEA

Black with #C33FEA

Text Example


Text Example

White with #C33FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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