Html Css Color HEX #C765DF Medium Orchid

📋 copy color: '#C765DF'

red 199 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #C765DF

Tints of Medium Orchid #C765DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 38.05%
G = 19.31%
B = 42.64%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C765DF (or 0xC765DF) is known color: Medium Orchid. HEX triplet: C7, 65 and DF. RGB value is (199,101,223). Sum of RGB (Red+Green+Blue) = 199+101+223=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C765DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765DF is #389A20. Grayscale: #8F8F8F. Windows color (decimal): -3709473 or 14640583. OLE color: 14640583.

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

Color convert

RGB 199 101 223 -
CMYK 0.11 0.55 0 0.13
HSL 288.2º 0.66% 0.64% -
HSV(B) 288.2º 0.55% 0.87% -
XYZ 41.53 26.78 72.79 -
YUV 144.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 199 101 223 0.11 0.55 0 0.13 288.2 0.66 0.64
Hex C7 65 DF B 37 0 D 120 42 40
Octal 307 145 337 13 67 0 15 440 102 100
Binary 11000111 1100101 11011111 1011 110111 0 1101 100100000 1000010 1000000

Color Harmonies of #C765DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C765DF

Black with #C765DF

Text Example


Text Example

White with #C765DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C765DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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