Html Css Color HEX #C33FDF Medium Orchid

📋 copy color: '#C33FDF'

red 195 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #C33FDF

Tints of Medium Orchid #C33FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 40.54%
G = 13.1%
B = 46.36%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C33FDF (or 0xC33FDF) is known color: Medium Orchid. HEX triplet: C3, 3F and DF. RGB value is (195,63,223). Sum of RGB (Red+Green+Blue) = 195+63+223=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #C33FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FDF is #3CC020. Grayscale: #787878. Windows color (decimal): -3981345 or 14630851. OLE color: 14630851.

HSL color Cylindrical-coordinate representation of color #C33FDF: hue angle of 289.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33FDF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 63 223 -
CMYK 0.13 0.72 0 0.13
HSL 289.5º 0.71% 0.56% -
HSV(B) 289.5º 0.72% 0.87% -
XYZ 37.6 20.48 71.78 -
YUV 120.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 195 63 223 0.13 0.72 0 0.13 289.5 0.71 0.56
Hex C3 3F DF D 48 0 D 122 47 38
Octal 303 77 337 15 110 0 15 442 107 70
Binary 11000011 111111 11011111 1101 1001000 0 1101 100100010 1000111 111000

Color Harmonies of #C33FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FDF

Black with #C33FDF

Text Example


Text Example

White with #C33FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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