Html Css Color HEX #AF69CC Medium Orchid

📋 copy color: '#AF69CC'

red 175 ◦ green 105 ◦ blue 204

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

Shades of Medium Orchid #AF69CC

Tints of Medium Orchid #AF69CC

RGB

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

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

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

R = 36.16%
G = 21.69%
B = 42.15%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF69CC (or 0xAF69CC) is known color: Medium Orchid. HEX triplet: AF, 69 and CC. RGB value is (175,105,204). Sum of RGB (Red+Green+Blue) = 175+105+204=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69CC is #509633. Grayscale: #888888. Windows color (decimal): -5281332 or 13396399. OLE color: 13396399.

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

Color convert

RGB 175 105 204 -
CMYK 0.14 0.49 0 0.2
HSL 282.42º 0.49% 0.61% -
HSV(B) 282.42º 0.49% 0.8% -
XYZ 33.63 23.58 59.91 -
YUV 137.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 175 105 204 0.14 0.49 0 0.2 282.42 0.49 0.61
Hex AF 69 CC E 31 0 14 11A 31 3D
Octal 257 151 314 16 61 0 24 432 61 75
Binary 10101111 1101001 11001100 1110 110001 0 10100 100011010 110001 111101

Color Harmonies of #AF69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69CC

Black with #AF69CC

Text Example


Text Example

White with #AF69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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