Html Css Color HEX #AF6CCC Medium Orchid

📋 copy color: '#AF6CCC'

red 175 ◦ green 108 ◦ blue 204

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

Shades of Medium Orchid #AF6CCC

Tints of Medium Orchid #AF6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 35.93%
G = 22.18%
B = 41.89%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF6CCC (or 0xAF6CCC) is known color: Medium Orchid. HEX triplet: AF, 6C and CC. RGB value is (175,108,204). Sum of RGB (Red+Green+Blue) = 175+108+204=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CCC is #509333. Grayscale: #8A8A8A. Windows color (decimal): -5280564 or 13397167. OLE color: 13397167.

HSL color Cylindrical-coordinate representation of color #AF6CCC: hue angle of 281.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6CCC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 108 204 -
CMYK 0.14 0.47 0 0.2
HSL 281.88º 0.48% 0.61% -
HSV(B) 281.88º 0.47% 0.8% -
XYZ 33.94 24.2 60.01 -
YUV 138.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 175 108 204 0.14 0.47 0 0.2 281.88 0.48 0.61
Hex AF 6C CC E 2F 0 14 11A 30 3D
Octal 257 154 314 16 57 0 24 432 60 75
Binary 10101111 1101100 11001100 1110 101111 0 10100 100011010 110000 111101

Color Harmonies of #AF6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CCC

Black with #AF6CCC

Text Example


Text Example

White with #AF6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CCC; }

 p { color: rgb(175,108,204); }

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

background-color css

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

 a { background-color: rgb(175,108,204); }

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

border-color css

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

 span { border-color: rgb(175,108,204); }

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