Html Css Color HEX #C330DD Medium Orchid

📋 copy color: '#C330DD'

red 195 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #C330DD

Tints of Medium Orchid #C330DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 42.03%
G = 10.34%
B = 47.63%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C330DD (or 0xC330DD) is known color: Medium Orchid. HEX triplet: C3, 30 and DD. RGB value is (195,48,221). Sum of RGB (Red+Green+Blue) = 195+48+221=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C330DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330DD is #3CCF22. Grayscale: #6F6F6F. Windows color (decimal): -3985187 or 14495939. OLE color: 14495939.

HSL color Cylindrical-coordinate representation of color #C330DD: hue angle of 290.98º degrees, saturation: 0.72, 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 #C330DD is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 48 221 -
CMYK 0.12 0.78 0 0.13
HSL 290.98º 0.72% 0.53% -
HSV(B) 290.98º 0.78% 0.87% -
XYZ 36.61 18.94 70.13 -
YUV 111.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 195 48 221 0.12 0.78 0 0.13 290.98 0.72 0.53
Hex C3 30 DD C 4E 0 D 123 48 35
Octal 303 60 335 14 116 0 15 443 110 65
Binary 11000011 110000 11011101 1100 1001110 0 1101 100100011 1001000 110101

Color Harmonies of #C330DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330DD

Black with #C330DD

Text Example


Text Example

White with #C330DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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