Html Css Color HEX #C33CEB Medium Orchid

📋 copy color: '#C33CEB'

red 195 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #C33CEB

Tints of Medium Orchid #C33CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.24%

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

R = 39.8%
G = 12.24%
B = 47.96%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C33CEB (or 0xC33CEB) is known color: Medium Orchid. HEX triplet: C3, 3C and EB. RGB value is (195,60,235). Sum of RGB (Red+Green+Blue) = 195+60+235=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #C33CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33CEB is #3CC314. Grayscale: #777777. Windows color (decimal): -3982101 or 15416515. OLE color: 15416515.

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

Color convert

RGB 195 60 235 -
CMYK 0.17 0.74 0 0.08
HSL 286.29º 0.81% 0.58% -
HSV(B) 286.29º 0.74% 0.92% -
XYZ 39.12 20.83 80.56 -
YUV 120.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 195 60 235 0.17 0.74 0 0.08 286.29 0.81 0.58
Hex C3 3C EB 11 4A 0 8 11E 51 3A
Octal 303 74 353 21 112 0 10 436 121 72
Binary 11000011 111100 11101011 10001 1001010 0 1000 100011110 1010001 111010

Color Harmonies of #C33CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CEB

Black with #C33CEB

Text Example


Text Example

White with #C33CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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