Html Css Color HEX #AF2CCB Dark Orchid

📋 copy color: '#AF2CCB'

red 175 ◦ green 44 ◦ blue 203

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

Shades of Dark Orchid #AF2CCB

Tints of Dark Orchid #AF2CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.43%

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

R = 41.47%
G = 10.43%
B = 48.1%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF2CCB (or 0xAF2CCB) is known color: Dark Orchid. HEX triplet: AF, 2C and CB. RGB value is (175,44,203). Sum of RGB (Red+Green+Blue) = 175+44+203=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF2CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CCB is #50D334. Grayscale: #646464. Windows color (decimal): -5296949 or 13315247. OLE color: 13315247.

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

Color convert

RGB 175 44 203 -
CMYK 0.14 0.78 0 0.20
HSL 289.43º 0.64% 0.48% -
HSV(B) 289.43º 0.78% 0.8% -
XYZ 29.36 15.23 57.89 -
YUV 101.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 175 44 203 0.14 0.78 0 0.20 289.43 0.64 0.48
Hex AF 2C CB E 4E 0 14 121 40 30
Octal 257 54 313 16 116 0 24 441 100 60
Binary 10101111 101100 11001011 1110 1001110 0 10100 100100001 1000000 110000

Color Harmonies of #AF2CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CCB

Black with #AF2CCB

Text Example


Text Example

White with #AF2CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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