Html Css Color HEX #C87AD3 Orchid

📋 copy color: '#C87AD3'

red 200 ◦ green 122 ◦ blue 211

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

Shades of Orchid #C87AD3

Tints of Orchid #C87AD3

RGB

 RED value IS 200 (78.52% from 255) = 37.52%

 GREEN value IS 122 (48.05% from 255) = 22.89%

 BLUE value IS 211 (82.81% from 255) = 39.59%

R = 37.52%
G = 22.89%
B = 39.59%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C87AD3 (or 0xC87AD3) is known color: Orchid. HEX triplet: C8, 7A and D3. RGB value is (200,122,211). Sum of RGB (Red+Green+Blue) = 200+122+211=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #C87AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AD3 is #37852C. Grayscale: #9B9B9B. Windows color (decimal): -3638573 or 13859528. OLE color: 13859528.

HSL color Cylindrical-coordinate representation of color #C87AD3: hue angle of 292.58º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87AD3 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 122 211 -
CMYK 0.05 0.42 0 0.17
HSL 292.58º 0.5% 0.65% -
HSV(B) 292.58º 0.42% 0.83% -
XYZ 42.54 30.9 65.35 -
YUV 155.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 200 122 211 0.05 0.42 0 0.17 292.58 0.5 0.65
Hex C8 7A D3 5 2A 0 11 125 32 41
Octal 310 172 323 5 52 0 21 445 62 101
Binary 11001000 1111010 11010011 101 101010 0 10001 100100101 110010 1000001

Color Harmonies of #C87AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87AD3

Black with #C87AD3

Text Example


Text Example

White with #C87AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87AD3; }

 p { color: rgb(200,122,211); }

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

background-color css

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

 a { background-color: rgb(200,122,211); }

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

border-color css

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

 span { border-color: rgb(200,122,211); }

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