Html Css Color HEX #C33BEB Medium Orchid

📋 copy color: '#C33BEB'

red 195 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #C33BEB

Tints of Medium Orchid #C33BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.07%

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 39.88%
G = 12.07%
B = 48.06%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C33BEB (or 0xC33BEB) is known color: Medium Orchid. HEX triplet: C3, 3B and EB. RGB value is (195,59,235). Sum of RGB (Red+Green+Blue) = 195+59+235=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #C33BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BEB is #3CC414. Grayscale: #777777. Windows color (decimal): -3982357 or 15416259. OLE color: 15416259.

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

Color convert

RGB 195 59 235 -
CMYK 0.17 0.75 0 0.08
HSL 286.36º 0.81% 0.58% -
HSV(B) 286.36º 0.75% 0.92% -
XYZ 39.07 20.73 80.54 -
YUV 119.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 195 59 235 0.17 0.75 0 0.08 286.36 0.81 0.58
Hex C3 3B EB 11 4B 0 8 11E 51 3A
Octal 303 73 353 21 113 0 10 436 121 72
Binary 11000011 111011 11101011 10001 1001011 0 1000 100011110 1010001 111010

Color Harmonies of #C33BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BEB

Black with #C33BEB

Text Example


Text Example

White with #C33BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BEB; }

 p { color: rgb(195,59,235); }

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

background-color css

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

 a { background-color: rgb(195,59,235); }

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

border-color css

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

 span { border-color: rgb(195,59,235); }

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