Html Css Color HEX #AF62CD Medium Orchid

📋 copy color: '#AF62CD'

red 175 ◦ green 98 ◦ blue 205

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

Shades of Medium Orchid #AF62CD

Tints of Medium Orchid #AF62CD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.5%

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

R = 36.61%
G = 20.5%
B = 42.89%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF62CD (or 0xAF62CD) is known color: Medium Orchid. HEX triplet: AF, 62 and CD. RGB value is (175,98,205). Sum of RGB (Red+Green+Blue) = 175+98+205=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF62CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62CD is #509D32. Grayscale: #848484. Windows color (decimal): -5283123 or 13460143. OLE color: 13460143.

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

Color convert

RGB 175 98 205 -
CMYK 0.15 0.52 0 0.20
HSL 283.18º 0.52% 0.59% -
HSV(B) 283.18º 0.52% 0.8% -
XYZ 33.07 22.26 60.31 -
YUV 133.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 175 98 205 0.15 0.52 0 0.20 283.18 0.52 0.59
Hex AF 62 CD F 34 0 14 11B 34 3B
Octal 257 142 315 17 64 0 24 433 64 73
Binary 10101111 1100010 11001101 1111 110100 0 10100 100011011 110100 111011

Color Harmonies of #AF62CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62CD

Black with #AF62CD

Text Example


Text Example

White with #AF62CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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