Html Css Color HEX #C75BEC Medium Orchid

📋 copy color: '#C75BEC'

red 199 ◦ green 91 ◦ blue 236

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

Shades of Medium Orchid #C75BEC

Tints of Medium Orchid #C75BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 37.83%
G = 17.3%
B = 44.87%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C75BEC (or 0xC75BEC) is known color: Medium Orchid. HEX triplet: C7, 5B and EC. RGB value is (199,91,236). Sum of RGB (Red+Green+Blue) = 199+91+236=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #C75BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75BEC is #38A413. Grayscale: #8B8B8B. Windows color (decimal): -3712020 or 15489991. OLE color: 15489991.

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

Color convert

RGB 199 91 236 -
CMYK 0.16 0.61 0 0.07
HSL 284.69º 0.79% 0.64% -
HSV(B) 284.69º 0.61% 0.93% -
XYZ 42.43 25.68 82.08 -
YUV 139.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 199 91 236 0.16 0.61 0 0.07 284.69 0.79 0.64
Hex C7 5B EC 10 3D 0 7 11D 4F 40
Octal 307 133 354 20 75 0 7 435 117 100
Binary 11000111 1011011 11101100 10000 111101 0 111 100011101 1001111 1000000

Color Harmonies of #C75BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BEC

Black with #C75BEC

Text Example


Text Example

White with #C75BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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