Html Css Color HEX #C764EA Medium Orchid

📋 copy color: '#C764EA'

red 199 ◦ green 100 ◦ blue 234

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

Shades of Medium Orchid #C764EA

Tints of Medium Orchid #C764EA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.76%

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

R = 37.34%
G = 18.76%
B = 43.9%

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

#C764EA (or 0xC764EA) is known color: Medium Orchid. HEX triplet: C7, 64 and EA. RGB value is (199,100,234). Sum of RGB (Red+Green+Blue) = 199+100+234=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #C764EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764EA is #389B15. Grayscale: #909090. Windows color (decimal): -3709718 or 15361223. OLE color: 15361223.

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

Color convert

RGB 199 100 234 -
CMYK 0.15 0.57 0 0.08
HSL 284.33º 0.76% 0.65% -
HSV(B) 284.33º 0.57% 0.92% -
XYZ 42.96 27.2 80.83 -
YUV 144.88 178.3 166.6 -
System Red Green Blue C M Y K H S L
Decimal 199 100 234 0.15 0.57 0 0.08 284.33 0.76 0.65
Hex C7 64 EA F 39 0 8 11C 4C 41
Octal 307 144 352 17 71 0 10 434 114 101
Binary 11000111 1100100 11101010 1111 111001 0 1000 100011100 1001100 1000001

Color Harmonies of #C764EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764EA

Black with #C764EA

Text Example


Text Example

White with #C764EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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