Html Css Color HEX #C764D1 Medium Orchid

📋 copy color: '#C764D1'

red 199 ◦ green 100 ◦ blue 209

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

Shades of Medium Orchid #C764D1

Tints of Medium Orchid #C764D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.14%

R = 39.17%
G = 19.69%
B = 41.14%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C764D1 (or 0xC764D1) is known color: Medium Orchid. HEX triplet: C7, 64 and D1. RGB value is (199,100,209). Sum of RGB (Red+Green+Blue) = 199+100+209=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #C764D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764D1 is #389B2E. Grayscale: #8D8D8D. Windows color (decimal): -3709743 or 13722823. OLE color: 13722823.

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

Color convert

RGB 199 100 209 -
CMYK 0.05 0.52 0 0.18
HSL 294.5º 0.54% 0.61% -
HSV(B) 294.5º 0.52% 0.82% -
XYZ 39.62 25.86 63.22 -
YUV 142.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 199 100 209 0.05 0.52 0 0.18 294.5 0.54 0.61
Hex C7 64 D1 5 34 0 12 126 36 3D
Octal 307 144 321 5 64 0 22 446 66 75
Binary 11000111 1100100 11010001 101 110100 0 10010 100100110 110110 111101

Color Harmonies of #C764D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764D1

Black with #C764D1

Text Example


Text Example

White with #C764D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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