Html Css Color HEX #AF65DE Medium Orchid

📋 copy color: '#AF65DE'

red 175 ◦ green 101 ◦ blue 222

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

Shades of Medium Orchid #AF65DE

Tints of Medium Orchid #AF65DE

RGB

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

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

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

R = 35.14%
G = 20.28%
B = 44.58%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF65DE (or 0xAF65DE) is known color: Medium Orchid. HEX triplet: AF, 65 and DE. RGB value is (175,101,222). Sum of RGB (Red+Green+Blue) = 175+101+222=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF65DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65DE is #509A21. Grayscale: #888888. Windows color (decimal): -5282338 or 14575023. OLE color: 14575023.

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

Color convert

RGB 175 101 222 -
CMYK 0.21 0.55 0 0.13
HSL 276.69º 0.65% 0.63% -
HSV(B) 276.69º 0.55% 0.87% -
XYZ 35.52 23.7 71.81 -
YUV 136.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 175 101 222 0.21 0.55 0 0.13 276.69 0.65 0.63
Hex AF 65 DE 15 37 0 D 115 41 3F
Octal 257 145 336 25 67 0 15 425 101 77
Binary 10101111 1100101 11011110 10101 110111 0 1101 100010101 1000001 111111

Color Harmonies of #AF65DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65DE

Black with #AF65DE

Text Example


Text Example

White with #AF65DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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