Html Css Color HEX #C764D0 Medium Orchid

📋 copy color: '#C764D0'

red 199 ◦ green 100 ◦ blue 208

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

Shades of Medium Orchid #C764D0

Tints of Medium Orchid #C764D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.03%

R = 39.25%
G = 19.72%
B = 41.03%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C764D0 (or 0xC764D0) is known color: Medium Orchid. HEX triplet: C7, 64 and D0. RGB value is (199,100,208). Sum of RGB (Red+Green+Blue) = 199+100+208=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #C764D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764D0 is #389B2F. Grayscale: #8D8D8D. Windows color (decimal): -3709744 or 13657287. OLE color: 13657287.

HSL color Cylindrical-coordinate representation of color #C764D0: hue angle of 295º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C764D0 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 100 208 -
CMYK 0.04 0.52 0 0.18
HSL 295º 0.53% 0.6% -
HSV(B) 295º 0.52% 0.82% -
XYZ 39.5 25.81 62.57 -
YUV 141.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 199 100 208 0.04 0.52 0 0.18 295 0.53 0.6
Hex C7 64 D0 4 34 0 12 127 35 3C
Octal 307 144 320 4 64 0 22 447 65 74
Binary 11000111 1100100 11010000 100 110100 0 10010 100100111 110101 111100

Color Harmonies of #C764D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764D0

Black with #C764D0

Text Example


Text Example

White with #C764D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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