Html Css Color HEX #C765EB Medium Orchid

📋 copy color: '#C765EB'

red 199 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #C765EB

Tints of Medium Orchid #C765EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.88%

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 37.2%
G = 18.88%
B = 43.93%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C765EB (or 0xC765EB) is known color: Medium Orchid. HEX triplet: C7, 65 and EB. RGB value is (199,101,235). Sum of RGB (Red+Green+Blue) = 199+101+235=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #C765EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C765EB is #389A14. Grayscale: #919191. Windows color (decimal): -3709461 or 15427015. OLE color: 15427015.

HSL color Cylindrical-coordinate representation of color #C765EB: hue angle of 283.88º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C765EB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 101 235 -
CMYK 0.15 0.57 0 0.08
HSL 283.88º 0.77% 0.66% -
HSV(B) 283.88º 0.57% 0.92% -
XYZ 43.2 27.45 81.62 -
YUV 145.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 199 101 235 0.15 0.57 0 0.08 283.88 0.77 0.66
Hex C7 65 EB F 39 0 8 11C 4D 42
Octal 307 145 353 17 71 0 10 434 115 102
Binary 11000111 1100101 11101011 1111 111001 0 1000 100011100 1001101 1000010

Color Harmonies of #C765EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C765EB

Black with #C765EB

Text Example


Text Example

White with #C765EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C765EB; }

 p { color: rgb(199,101,235); }

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

background-color css

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

 a { background-color: rgb(199,101,235); }

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

border-color css

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

 span { border-color: rgb(199,101,235); }

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