Html Css Color HEX #AF69CF Medium Orchid

📋 copy color: '#AF69CF'

red 175 ◦ green 105 ◦ blue 207

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

Shades of Medium Orchid #AF69CF

Tints of Medium Orchid #AF69CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.56%

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

R = 35.93%
G = 21.56%
B = 42.51%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF69CF (or 0xAF69CF) is known color: Medium Orchid. HEX triplet: AF, 69 and CF. RGB value is (175,105,207). Sum of RGB (Red+Green+Blue) = 175+105+207=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69CF is #509630. Grayscale: #898989. Windows color (decimal): -5281329 or 13593007. OLE color: 13593007.

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

Color convert

RGB 175 105 207 -
CMYK 0.15 0.49 0 0.19
HSL 281.18º 0.52% 0.61% -
HSV(B) 281.18º 0.49% 0.81% -
XYZ 33.99 23.72 61.82 -
YUV 137.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 175 105 207 0.15 0.49 0 0.19 281.18 0.52 0.61
Hex AF 69 CF F 31 0 13 119 34 3D
Octal 257 151 317 17 61 0 23 431 64 75
Binary 10101111 1101001 11001111 1111 110001 0 10011 100011001 110100 111101

Color Harmonies of #AF69CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69CF

Black with #AF69CF

Text Example


Text Example

White with #AF69CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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