Html Css Color HEX #C330D7 Medium Orchid

📋 copy color: '#C330D7'

red 195 ◦ green 48 ◦ blue 215

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

Shades of Medium Orchid #C330D7

Tints of Medium Orchid #C330D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.94%

R = 42.58%
G = 10.48%
B = 46.94%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C330D7 (or 0xC330D7) is known color: Medium Orchid. HEX triplet: C3, 30 and D7. RGB value is (195,48,215). Sum of RGB (Red+Green+Blue) = 195+48+215=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #C330D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330D7 is #3CCF28. Grayscale: #6E6E6E. Windows color (decimal): -3985193 or 14102723. OLE color: 14102723.

HSL color Cylindrical-coordinate representation of color #C330D7: hue angle of 292.81º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C330D7 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 48 215 -
CMYK 0.09 0.78 0 0.16
HSL 292.81º 0.68% 0.52% -
HSV(B) 292.81º 0.78% 0.84% -
XYZ 35.83 18.62 66 -
YUV 110.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 195 48 215 0.09 0.78 0 0.16 292.81 0.68 0.52
Hex C3 30 D7 9 4E 0 10 125 44 34
Octal 303 60 327 11 116 0 20 445 104 64
Binary 11000011 110000 11010111 1001 1001110 0 10000 100100101 1000100 110100

Color Harmonies of #C330D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330D7

Black with #C330D7

Text Example


Text Example

White with #C330D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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