Html Css Color HEX #AF65DF Medium Orchid

📋 copy color: '#AF65DF'

red 175 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #AF65DF

Tints of Medium Orchid #AF65DF

RGB

 RED value IS 175 (68.75% from 255) = 35.07%

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

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

R = 35.07%
G = 20.24%
B = 44.69%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF65DF (or 0xAF65DF) is known color: Medium Orchid. HEX triplet: AF, 65 and DF. RGB value is (175,101,223). Sum of RGB (Red+Green+Blue) = 175+101+223=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF65DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65DF is #509A20. Grayscale: #888888. Windows color (decimal): -5282337 or 14640559. OLE color: 14640559.

HSL color Cylindrical-coordinate representation of color #AF65DF: hue angle of 276.39º 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 #AF65DF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 101 223 -
CMYK 0.22 0.55 0 0.13
HSL 276.39º 0.66% 0.64% -
HSV(B) 276.39º 0.55% 0.87% -
XYZ 35.65 23.75 72.52 -
YUV 137.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 175 101 223 0.22 0.55 0 0.13 276.39 0.66 0.64
Hex AF 65 DF 16 37 0 D 114 42 40
Octal 257 145 337 26 67 0 15 424 102 100
Binary 10101111 1100101 11011111 10110 110111 0 1101 100010100 1000010 1000000

Color Harmonies of #AF65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65DF

Black with #AF65DF

Text Example


Text Example

White with #AF65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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