Html Css Color HEX #AF67CD Medium Orchid

📋 copy color: '#AF67CD'

red 175 ◦ green 103 ◦ blue 205

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

Shades of Medium Orchid #AF67CD

Tints of Medium Orchid #AF67CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.33%

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

R = 36.23%
G = 21.33%
B = 42.44%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF67CD (or 0xAF67CD) is known color: Medium Orchid. HEX triplet: AF, 67 and CD. RGB value is (175,103,205). Sum of RGB (Red+Green+Blue) = 175+103+205=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF67CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67CD is #509832. Grayscale: #878787. Windows color (decimal): -5281843 or 13461423. OLE color: 13461423.

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

Color convert

RGB 175 103 205 -
CMYK 0.15 0.50 0 0.20
HSL 282.35º 0.5% 0.6% -
HSV(B) 282.35º 0.5% 0.8% -
XYZ 33.55 23.22 60.47 -
YUV 136.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 175 103 205 0.15 0.50 0 0.20 282.35 0.5 0.6
Hex AF 67 CD F 32 0 14 11A 32 3C
Octal 257 147 315 17 62 0 24 432 62 74
Binary 10101111 1100111 11001101 1111 110010 0 10100 100011010 110010 111100

Color Harmonies of #AF67CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67CD

Black with #AF67CD

Text Example


Text Example

White with #AF67CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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