Html Css Color HEX #C330DF Medium Orchid

📋 copy color: '#C330DF'

red 195 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #C330DF

Tints of Medium Orchid #C330DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.3%

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

R = 41.85%
G = 10.3%
B = 47.85%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C330DF (or 0xC330DF) is known color: Medium Orchid. HEX triplet: C3, 30 and DF. RGB value is (195,48,223). Sum of RGB (Red+Green+Blue) = 195+48+223=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #C330DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330DF is #3CCF20. Grayscale: #6F6F6F. Windows color (decimal): -3985185 or 14627011. OLE color: 14627011.

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

Color convert

RGB 195 48 223 -
CMYK 0.13 0.78 0 0.13
HSL 290.4º 0.73% 0.53% -
HSV(B) 290.4º 0.78% 0.87% -
XYZ 36.88 19.04 71.54 -
YUV 111.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 195 48 223 0.13 0.78 0 0.13 290.4 0.73 0.53
Hex C3 30 DF D 4E 0 D 122 49 35
Octal 303 60 337 15 116 0 15 442 111 65
Binary 11000011 110000 11011111 1101 1001110 0 1101 100100010 1001001 110101

Color Harmonies of #C330DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330DF

Black with #C330DF

Text Example


Text Example

White with #C330DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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