Html Css Color HEX #C764DA Medium Orchid

📋 copy color: '#C764DA'

red 199 ◦ green 100 ◦ blue 218

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

Shades of Medium Orchid #C764DA

Tints of Medium Orchid #C764DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 38.49%
G = 19.34%
B = 42.17%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C764DA (or 0xC764DA) is known color: Medium Orchid. HEX triplet: C7, 64 and DA. RGB value is (199,100,218). Sum of RGB (Red+Green+Blue) = 199+100+218=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C764DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764DA is #389B25. Grayscale: #8E8E8E. Windows color (decimal): -3709734 or 14312647. OLE color: 14312647.

HSL color Cylindrical-coordinate representation of color #C764DA: hue angle of 290.34º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C764DA is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 100 218 -
CMYK 0.09 0.54 0 0.15
HSL 290.34º 0.61% 0.62% -
HSV(B) 290.34º 0.54% 0.85% -
XYZ 40.77 26.32 69.26 -
YUV 143.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 199 100 218 0.09 0.54 0 0.15 290.34 0.61 0.62
Hex C7 64 DA 9 36 0 F 122 3D 3E
Octal 307 144 332 11 66 0 17 442 75 76
Binary 11000111 1100100 11011010 1001 110110 0 1111 100100010 111101 111110

Color Harmonies of #C764DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764DA

Black with #C764DA

Text Example


Text Example

White with #C764DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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