Html Css Color HEX #C758DE Medium Orchid

📋 copy color: '#C758DE'

red 199 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #C758DE

Tints of Medium Orchid #C758DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 39.1%
G = 17.29%
B = 43.61%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C758DE (or 0xC758DE) is known color: Medium Orchid. HEX triplet: C7, 58 and DE. RGB value is (199,88,222). Sum of RGB (Red+Green+Blue) = 199+88+222=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #C758DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758DE is #38A721. Grayscale: #888888. Windows color (decimal): -3712802 or 14571719. OLE color: 14571719.

HSL color Cylindrical-coordinate representation of color #C758DE: hue angle of 289.7º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C758DE is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 88 222 -
CMYK 0.10 0.60 0 0.13
HSL 289.7º 0.67% 0.61% -
HSV(B) 289.7º 0.6% 0.87% -
XYZ 40.23 24.4 71.7 -
YUV 136.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 199 88 222 0.10 0.60 0 0.13 289.7 0.67 0.61
Hex C7 58 DE A 3C 0 D 122 43 3D
Octal 307 130 336 12 74 0 15 442 103 75
Binary 11000111 1011000 11011110 1010 111100 0 1101 100100010 1000011 111101

Color Harmonies of #C758DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758DE

Black with #C758DE

Text Example


Text Example

White with #C758DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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