Html Css Color HEX #C75BEE Medium Orchid

📋 copy color: '#C75BEE'

red 199 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #C75BEE

Tints of Medium Orchid #C75BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.23%

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 37.69%
G = 17.23%
B = 45.08%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C75BEE (or 0xC75BEE) is known color: Medium Orchid. HEX triplet: C7, 5B and EE. RGB value is (199,91,238). Sum of RGB (Red+Green+Blue) = 199+91+238=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C75BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75BEE is #38A411. Grayscale: #8B8B8B. Windows color (decimal): -3712018 or 15621063. OLE color: 15621063.

HSL color Cylindrical-coordinate representation of color #C75BEE: hue angle of 284.08º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75BEE is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 91 238 -
CMYK 0.16 0.62 0 0.07
HSL 284.08º 0.81% 0.65% -
HSV(B) 284.08º 0.62% 0.93% -
XYZ 42.73 25.8 83.62 -
YUV 140.05 183.28 170.05 -
System Red Green Blue C M Y K H S L
Decimal 199 91 238 0.16 0.62 0 0.07 284.08 0.81 0.65
Hex C7 5B EE 10 3E 0 7 11C 51 41
Octal 307 133 356 20 76 0 7 434 121 101
Binary 11000111 1011011 11101110 10000 111110 0 111 100011100 1010001 1000001

Color Harmonies of #C75BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BEE

Black with #C75BEE

Text Example


Text Example

White with #C75BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BEE; }

 p { color: rgb(199,91,238); }

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

background-color css

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

 a { background-color: rgb(199,91,238); }

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

border-color css

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

 span { border-color: rgb(199,91,238); }

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