Html Css Color HEX #AF45CF Medium Orchid

📋 copy color: '#AF45CF'

red 175 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #AF45CF

Tints of Medium Orchid #AF45CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.3%

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 38.8%
G = 15.3%
B = 45.9%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF45CF (or 0xAF45CF) is known color: Medium Orchid. HEX triplet: AF, 45 and CF. RGB value is (175,69,207). Sum of RGB (Red+Green+Blue) = 175+69+207=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF45CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45CF is #50BA30. Grayscale: #737373. Windows color (decimal): -5290545 or 13583791. OLE color: 13583791.

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

Color convert

RGB 175 69 207 -
CMYK 0.15 0.67 0 0.19
HSL 286.09º 0.59% 0.54% -
HSV(B) 286.09º 0.67% 0.81% -
XYZ 31.07 17.88 60.84 -
YUV 116.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 175 69 207 0.15 0.67 0 0.19 286.09 0.59 0.54
Hex AF 45 CF F 43 0 13 11E 3B 36
Octal 257 105 317 17 103 0 23 436 73 66
Binary 10101111 1000101 11001111 1111 1000011 0 10011 100011110 111011 110110

Color Harmonies of #AF45CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45CF

Black with #AF45CF

Text Example


Text Example

White with #AF45CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45CF; }

 p { color: rgb(175,69,207); }

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

background-color css

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

 a { background-color: rgb(175,69,207); }

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

border-color css

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

 span { border-color: rgb(175,69,207); }

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