Html Css Color HEX #AF4CED Medium Orchid

📋 copy color: '#AF4CED'

red 175 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #AF4CED

Tints of Medium Orchid #AF4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.57%

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 35.86%
G = 15.57%
B = 48.57%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF4CED (or 0xAF4CED) is known color: Medium Orchid. HEX triplet: AF, 4C and ED. RGB value is (175,76,237). Sum of RGB (Red+Green+Blue) = 175+76+237=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CED is #50B312. Grayscale: #7B7B7B. Windows color (decimal): -5288723 or 15551663. OLE color: 15551663.

HSL color Cylindrical-coordinate representation of color #AF4CED: hue angle of 276.89º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4CED is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 76 237 -
CMYK 0.26 0.68 0 0.07
HSL 276.89º 0.82% 0.61% -
HSV(B) 276.89º 0.68% 0.93% -
XYZ 35.55 20.4 82.18 -
YUV 123.96 191.8 164.41 -
System Red Green Blue C M Y K H S L
Decimal 175 76 237 0.26 0.68 0 0.07 276.89 0.82 0.61
Hex AF 4C ED 1A 44 0 7 115 52 3D
Octal 257 114 355 32 104 0 7 425 122 75
Binary 10101111 1001100 11101101 11010 1000100 0 111 100010101 1010010 111101

Color Harmonies of #AF4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CED

Black with #AF4CED

Text Example


Text Example

White with #AF4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CED; }

 p { color: rgb(175,76,237); }

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

background-color css

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

 a { background-color: rgb(175,76,237); }

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

border-color css

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

 span { border-color: rgb(175,76,237); }

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