Html Css Color HEX #C766EA Medium Orchid

📋 copy color: '#C766EA'

red 199 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #C766EA

Tints of Medium Orchid #C766EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.07%

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 37.2%
G = 19.07%
B = 43.74%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C766EA (or 0xC766EA) is known color: Medium Orchid. HEX triplet: C7, 66 and EA. RGB value is (199,102,234). Sum of RGB (Red+Green+Blue) = 199+102+234=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C766EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C766EA is #389915. Grayscale: #919191. Windows color (decimal): -3709206 or 15361735. OLE color: 15361735.

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

Color convert

RGB 199 102 234 -
CMYK 0.15 0.56 0 0.08
HSL 284.09º 0.76% 0.66% -
HSV(B) 284.09º 0.56% 0.92% -
XYZ 43.16 27.59 80.89 -
YUV 146.05 177.64 165.77 -
System Red Green Blue C M Y K H S L
Decimal 199 102 234 0.15 0.56 0 0.08 284.09 0.76 0.66
Hex C7 66 EA F 38 0 8 11C 4C 42
Octal 307 146 352 17 70 0 10 434 114 102
Binary 11000111 1100110 11101010 1111 111000 0 1000 100011100 1001100 1000010

Color Harmonies of #C766EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766EA

Black with #C766EA

Text Example


Text Example

White with #C766EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766EA; }

 p { color: rgb(199,102,234); }

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

background-color css

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

 a { background-color: rgb(199,102,234); }

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

border-color css

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

 span { border-color: rgb(199,102,234); }

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