Html Css Color HEX #AF65CD Medium Orchid

📋 copy color: '#AF65CD'

red 175 ◦ green 101 ◦ blue 205

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

Shades of Medium Orchid #AF65CD

Tints of Medium Orchid #AF65CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 36.38%
G = 21%
B = 42.62%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF65CD (or 0xAF65CD) is known color: Medium Orchid. HEX triplet: AF, 65 and CD. RGB value is (175,101,205). Sum of RGB (Red+Green+Blue) = 175+101+205=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65CD is #509A32. Grayscale: #868686. Windows color (decimal): -5282355 or 13460911. OLE color: 13460911.

HSL color Cylindrical-coordinate representation of color #AF65CD: hue angle of 282.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF65CD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 101 205 -
CMYK 0.15 0.51 0 0.20
HSL 282.69º 0.51% 0.6% -
HSV(B) 282.69º 0.51% 0.8% -
XYZ 33.35 22.83 60.41 -
YUV 134.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 175 101 205 0.15 0.51 0 0.20 282.69 0.51 0.6
Hex AF 65 CD F 33 0 14 11B 33 3C
Octal 257 145 315 17 63 0 24 433 63 74
Binary 10101111 1100101 11001101 1111 110011 0 10100 100011011 110011 111100

Color Harmonies of #AF65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65CD

Black with #AF65CD

Text Example


Text Example

White with #AF65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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