Html Css Color HEX #C33BEE Medium Orchid

📋 copy color: '#C33BEE'

red 195 ◦ green 59 ◦ blue 238

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

Shades of Medium Orchid #C33BEE

Tints of Medium Orchid #C33BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 39.63%
G = 11.99%
B = 48.37%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C33BEE (or 0xC33BEE) is known color: Medium Orchid. HEX triplet: C3, 3B and EE. RGB value is (195,59,238). Sum of RGB (Red+Green+Blue) = 195+59+238=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #C33BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BEE is #3CC411. Grayscale: #777777. Windows color (decimal): -3982354 or 15612867. OLE color: 15612867.

HSL color Cylindrical-coordinate representation of color #C33BEE: hue angle of 285.59º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33BEE is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 59 238 -
CMYK 0.18 0.75 0 0.07
HSL 285.59º 0.84% 0.58% -
HSV(B) 285.59º 0.75% 0.93% -
XYZ 39.5 20.9 82.84 -
YUV 120.07 194.56 181.45 -
System Red Green Blue C M Y K H S L
Decimal 195 59 238 0.18 0.75 0 0.07 285.59 0.84 0.58
Hex C3 3B EE 12 4B 0 7 11E 54 3A
Octal 303 73 356 22 113 0 7 436 124 72
Binary 11000011 111011 11101110 10010 1001011 0 111 100011110 1010100 111010

Color Harmonies of #C33BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BEE

Black with #C33BEE

Text Example


Text Example

White with #C33BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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