Html Css Color HEX #AF65CE Medium Orchid

📋 copy color: '#AF65CE'

red 175 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #AF65CE

Tints of Medium Orchid #AF65CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 36.31%
G = 20.95%
B = 42.74%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF65CE (or 0xAF65CE) is known color: Medium Orchid. HEX triplet: AF, 65 and CE. RGB value is (175,101,206). Sum of RGB (Red+Green+Blue) = 175+101+206=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65CE is #509A31. Grayscale: #868686. Windows color (decimal): -5282354 or 13526447. OLE color: 13526447.

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

Color convert

RGB 175 101 206 -
CMYK 0.15 0.51 0 0.19
HSL 282.29º 0.52% 0.6% -
HSV(B) 282.29º 0.51% 0.81% -
XYZ 33.47 22.88 61.04 -
YUV 135.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 175 101 206 0.15 0.51 0 0.19 282.29 0.52 0.6
Hex AF 65 CE F 33 0 13 11A 34 3C
Octal 257 145 316 17 63 0 23 432 64 74
Binary 10101111 1100101 11001110 1111 110011 0 10011 100011010 110100 111100

Color Harmonies of #AF65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65CE

Black with #AF65CE

Text Example


Text Example

White with #AF65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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