Html Css Color HEX #C764D4 Medium Orchid

📋 copy color: '#C764D4'

red 199 ◦ green 100 ◦ blue 212

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

Shades of Medium Orchid #C764D4

Tints of Medium Orchid #C764D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.49%

R = 38.94%
G = 19.57%
B = 41.49%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C764D4 (or 0xC764D4) is known color: Medium Orchid. HEX triplet: C7, 64 and D4. RGB value is (199,100,212). Sum of RGB (Red+Green+Blue) = 199+100+212=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #C764D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764D4 is #389B2B. Grayscale: #8E8E8E. Windows color (decimal): -3709740 or 13919431. OLE color: 13919431.

HSL color Cylindrical-coordinate representation of color #C764D4: hue angle of 293.04º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C764D4 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 100 212 -
CMYK 0.06 0.53 0 0.17
HSL 293.04º 0.57% 0.61% -
HSV(B) 293.04º 0.53% 0.83% -
XYZ 39.99 26.01 65.2 -
YUV 142.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 199 100 212 0.06 0.53 0 0.17 293.04 0.57 0.61
Hex C7 64 D4 6 35 0 11 125 39 3D
Octal 307 144 324 6 65 0 21 445 71 75
Binary 11000111 1100100 11010100 110 110101 0 10001 100100101 111001 111101

Color Harmonies of #C764D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764D4

Black with #C764D4

Text Example


Text Example

White with #C764D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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