Html Css Color HEX #C930D7 Medium Orchid

📋 copy color: '#C930D7'

red 201 ◦ green 48 ◦ blue 215

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

Shades of Medium Orchid #C930D7

Tints of Medium Orchid #C930D7

RGB

 RED value IS 201 (78.91% from 255) = 43.32%

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

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

R = 43.32%
G = 10.34%
B = 46.34%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C930D7 (or 0xC930D7) is known color: Medium Orchid. HEX triplet: C9, 30 and D7. RGB value is (201,48,215). Sum of RGB (Red+Green+Blue) = 201+48+215=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #C930D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930D7 is #36CF28. Grayscale: #707070. Windows color (decimal): -3591977 or 14102729. OLE color: 14102729.

HSL color Cylindrical-coordinate representation of color #C930D7: hue angle of 294.97º 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 #C930D7 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 48 215 -
CMYK 0.07 0.78 0 0.16
HSL 294.97º 0.68% 0.52% -
HSV(B) 294.97º 0.78% 0.84% -
XYZ 37.41 19.44 66.07 -
YUV 112.79 185.69 190.92 -
System Red Green Blue C M Y K H S L
Decimal 201 48 215 0.07 0.78 0 0.16 294.97 0.68 0.52
Hex C9 30 D7 7 4E 0 10 127 44 34
Octal 311 60 327 7 116 0 20 447 104 64
Binary 11001001 110000 11010111 111 1001110 0 10000 100100111 1000100 110100

Color Harmonies of #C930D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930D7

Black with #C930D7

Text Example


Text Example

White with #C930D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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