Html Css Color HEX #C758F2 Medium Orchid

📋 copy color: '#C758F2'

red 199 ◦ green 88 ◦ blue 242

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

Shades of Medium Orchid #C758F2

Tints of Medium Orchid #C758F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 37.62%
G = 16.64%
B = 45.75%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C758F2 (or 0xC758F2) is known color: Medium Orchid. HEX triplet: C7, 58 and F2. RGB value is (199,88,242). Sum of RGB (Red+Green+Blue) = 199+88+242=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #C758F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C758F2 is #38A70D. Grayscale: #8A8A8A. Windows color (decimal): -3712782 or 15882439. OLE color: 15882439.

HSL color Cylindrical-coordinate representation of color #C758F2: hue angle of 283.25º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C758F2 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 88 242 -
CMYK 0.18 0.64 0 0.05
HSL 283.25º 0.86% 0.65% -
HSV(B) 283.25º 0.64% 0.95% -
XYZ 43.07 25.53 86.66 -
YUV 138.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 199 88 242 0.18 0.64 0 0.05 283.25 0.86 0.65
Hex C7 58 F2 12 40 0 5 11B 56 41
Octal 307 130 362 22 100 0 5 433 126 101
Binary 11000111 1011000 11110010 10010 1000000 0 101 100011011 1010110 1000001

Color Harmonies of #C758F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758F2

Black with #C758F2

Text Example


Text Example

White with #C758F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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