Html Css Color HEX #AF6BCC Medium Orchid

📋 copy color: '#AF6BCC'

red 175 ◦ green 107 ◦ blue 204

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

Shades of Medium Orchid #AF6BCC

Tints of Medium Orchid #AF6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.02%

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

R = 36.01%
G = 22.02%
B = 41.98%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF6BCC (or 0xAF6BCC) is known color: Medium Orchid. HEX triplet: AF, 6B and CC. RGB value is (175,107,204). Sum of RGB (Red+Green+Blue) = 175+107+204=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BCC is #509433. Grayscale: #8A8A8A. Windows color (decimal): -5280820 or 13396911. OLE color: 13396911.

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

Color convert

RGB 175 107 204 -
CMYK 0.14 0.48 0 0.2
HSL 282.06º 0.49% 0.61% -
HSV(B) 282.06º 0.48% 0.8% -
XYZ 33.84 23.99 59.97 -
YUV 138.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 175 107 204 0.14 0.48 0 0.2 282.06 0.49 0.61
Hex AF 6B CC E 30 0 14 11A 31 3D
Octal 257 153 314 16 60 0 24 432 61 75
Binary 10101111 1101011 11001100 1110 110000 0 10100 100011010 110001 111101

Color Harmonies of #AF6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BCC

Black with #AF6BCC

Text Example


Text Example

White with #AF6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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