Html Css Color HEX #C33FDB Medium Orchid

📋 copy color: '#C33FDB'

red 195 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #C33FDB

Tints of Medium Orchid #C33FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 40.88%
G = 13.21%
B = 45.91%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C33FDB (or 0xC33FDB) is known color: Medium Orchid. HEX triplet: C3, 3F and DB. RGB value is (195,63,219). Sum of RGB (Red+Green+Blue) = 195+63+219=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #C33FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FDB is #3CC024. Grayscale: #777777. Windows color (decimal): -3981349 or 14368707. OLE color: 14368707.

HSL color Cylindrical-coordinate representation of color #C33FDB: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33FDB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 63 219 -
CMYK 0.11 0.71 0 0.14
HSL 290.77º 0.68% 0.55% -
HSV(B) 290.77º 0.71% 0.86% -
XYZ 37.07 20.27 68.98 -
YUV 120.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 195 63 219 0.11 0.71 0 0.14 290.77 0.68 0.55
Hex C3 3F DB B 47 0 E 123 44 37
Octal 303 77 333 13 107 0 16 443 104 67
Binary 11000011 111111 11011011 1011 1000111 0 1110 100100011 1000100 110111

Color Harmonies of #C33FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FDB

Black with #C33FDB

Text Example


Text Example

White with #C33FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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