Html Css Color HEX #C930DB Medium Orchid

📋 copy color: '#C930DB'

red 201 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #C930DB

Tints of Medium Orchid #C930DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 42.95%
G = 10.26%
B = 46.79%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C930DB (or 0xC930DB) is known color: Medium Orchid. HEX triplet: C9, 30 and DB. RGB value is (201,48,219). Sum of RGB (Red+Green+Blue) = 201+48+219=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #C930DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930DB is #36CF24. Grayscale: #707070. Windows color (decimal): -3591973 or 14364873. OLE color: 14364873.

HSL color Cylindrical-coordinate representation of color #C930DB: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C930DB is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 48 219 -
CMYK 0.08 0.78 0 0.14
HSL 293.68º 0.7% 0.52% -
HSV(B) 293.68º 0.78% 0.86% -
XYZ 37.93 19.65 68.81 -
YUV 113.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 201 48 219 0.08 0.78 0 0.14 293.68 0.7 0.52
Hex C9 30 DB 8 4E 0 E 126 46 34
Octal 311 60 333 10 116 0 16 446 106 64
Binary 11001001 110000 11011011 1000 1001110 0 1110 100100110 1000110 110100

Color Harmonies of #C930DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930DB

Black with #C930DB

Text Example


Text Example

White with #C930DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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