Html Css Color HEX #C765DE Medium Orchid

📋 copy color: '#C765DE'

red 199 ◦ green 101 ◦ blue 222

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

Shades of Medium Orchid #C765DE

Tints of Medium Orchid #C765DE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.35%

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 38.12%
G = 19.35%
B = 42.53%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C765DE (or 0xC765DE) is known color: Medium Orchid. HEX triplet: C7, 65 and DE. RGB value is (199,101,222). Sum of RGB (Red+Green+Blue) = 199+101+222=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #C765DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765DE is #389A21. Grayscale: #8F8F8F. Windows color (decimal): -3709474 or 14575047. OLE color: 14575047.

HSL color Cylindrical-coordinate representation of color #C765DE: hue angle of 288.6º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C765DE is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 101 222 -
CMYK 0.10 0.55 0 0.13
HSL 288.6º 0.65% 0.63% -
HSV(B) 288.6º 0.55% 0.87% -
XYZ 41.39 26.72 72.08 -
YUV 144.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 199 101 222 0.10 0.55 0 0.13 288.6 0.65 0.63
Hex C7 65 DE A 37 0 D 121 41 3F
Octal 307 145 336 12 67 0 15 441 101 77
Binary 11000111 1100101 11011110 1010 110111 0 1101 100100001 1000001 111111

Color Harmonies of #C765DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C765DE

Black with #C765DE

Text Example


Text Example

White with #C765DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C765DE; }

 p { color: rgb(199,101,222); }

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

background-color css

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

 a { background-color: rgb(199,101,222); }

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

border-color css

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

 span { border-color: rgb(199,101,222); }

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