Html Css Color HEX #C766E4 Medium Orchid

📋 copy color: '#C766E4'

red 199 ◦ green 102 ◦ blue 228

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

Shades of Medium Orchid #C766E4

Tints of Medium Orchid #C766E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.1%

R = 37.62%
G = 19.28%
B = 43.1%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C766E4 (or 0xC766E4) is known color: Medium Orchid. HEX triplet: C7, 66 and E4. RGB value is (199,102,228). Sum of RGB (Red+Green+Blue) = 199+102+228=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #C766E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766E4 is #38991B. Grayscale: #909090. Windows color (decimal): -3709212 or 14968519. OLE color: 14968519.

HSL color Cylindrical-coordinate representation of color #C766E4: hue angle of 286.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C766E4 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 199 102 228 -
CMYK 0.13 0.55 0 0.11
HSL 286.19º 0.7% 0.65% -
HSV(B) 286.19º 0.55% 0.89% -
XYZ 42.31 27.25 76.43 -
YUV 145.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 199 102 228 0.13 0.55 0 0.11 286.19 0.7 0.65
Hex C7 66 E4 D 37 0 B 11E 46 41
Octal 307 146 344 15 67 0 13 436 106 101
Binary 11000111 1100110 11100100 1101 110111 0 1011 100011110 1000110 1000001

Color Harmonies of #C766E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766E4

Black with #C766E4

Text Example


Text Example

White with #C766E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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