Html Css Color HEX #C758DC Medium Orchid

📋 copy color: '#C758DC'

red 199 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #C758DC

Tints of Medium Orchid #C758DC

RGB

 RED value IS 199 (78.13% from 255) = 39.25%

 GREEN value IS 88 (34.77% from 255) = 17.36%

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 39.25%
G = 17.36%
B = 43.39%

CMYK

 C value IS 0.10

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C758DC (or 0xC758DC) is known color: Medium Orchid. HEX triplet: C7, 58 and DC. RGB value is (199,88,220). Sum of RGB (Red+Green+Blue) = 199+88+220=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #C758DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758DC is #38A723. Grayscale: #878787. Windows color (decimal): -3712804 or 14440647. OLE color: 14440647.

HSL color Cylindrical-coordinate representation of color #C758DC: hue angle of 290.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C758DC is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 88 220 -
CMYK 0.10 0.6 0 0.14
HSL 290.45º 0.65% 0.6% -
HSV(B) 290.45º 0.6% 0.86% -
XYZ 39.96 24.29 70.29 -
YUV 136.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 199 88 220 0.10 0.6 0 0.14 290.45 0.65 0.6
Hex C7 58 DC A 3C 0 E 122 41 3C
Octal 307 130 334 12 74 0 16 442 101 74
Binary 11000111 1011000 11011100 1010 111100 0 1110 100100010 1000001 111100

Color Harmonies of #C758DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758DC

Black with #C758DC

Text Example


Text Example

White with #C758DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758DC; }

 p { color: rgb(199,88,220); }

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

background-color css

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

 a { background-color: rgb(199,88,220); }

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

border-color css

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

 span { border-color: rgb(199,88,220); }

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