Html Css Color HEX #AF42CB Medium Orchid

📋 copy color: '#AF42CB'

red 175 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #AF42CB

Tints of Medium Orchid #AF42CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.86%

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 39.41%
G = 14.86%
B = 45.72%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF42CB (or 0xAF42CB) is known color: Medium Orchid. HEX triplet: AF, 42 and CB. RGB value is (175,66,203). Sum of RGB (Red+Green+Blue) = 175+66+203=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF42CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42CB is #50BD34. Grayscale: #717171. Windows color (decimal): -5291317 or 13320879. OLE color: 13320879.

HSL color Cylindrical-coordinate representation of color #AF42CB: hue angle of 287.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF42CB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 66 203 -
CMYK 0.14 0.67 0 0.20
HSL 287.74º 0.57% 0.53% -
HSV(B) 287.74º 0.67% 0.8% -
XYZ 30.41 17.32 58.24 -
YUV 114.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 175 66 203 0.14 0.67 0 0.20 287.74 0.57 0.53
Hex AF 42 CB E 43 0 14 120 39 35
Octal 257 102 313 16 103 0 24 440 71 65
Binary 10101111 1000010 11001011 1110 1000011 0 10100 100100000 111001 110101

Color Harmonies of #AF42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42CB

Black with #AF42CB

Text Example


Text Example

White with #AF42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42CB; }

 p { color: rgb(175,66,203); }

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

background-color css

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

 a { background-color: rgb(175,66,203); }

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

border-color css

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

 span { border-color: rgb(175,66,203); }

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