Html Css Color HEX #C87ADE Orchid

📋 copy color: '#C87ADE'

red 200 ◦ green 122 ◦ blue 222

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

Shades of Orchid #C87ADE

Tints of Orchid #C87ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 36.76%
G = 22.43%
B = 40.81%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C87ADE (or 0xC87ADE) is known color: Orchid. HEX triplet: C8, 7A and DE. RGB value is (200,122,222). Sum of RGB (Red+Green+Blue) = 200+122+222=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #C87ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ADE is #378521. Grayscale: #9C9C9C. Windows color (decimal): -3638562 or 14580424. OLE color: 14580424.

HSL color Cylindrical-coordinate representation of color #C87ADE: hue angle of 286.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87ADE is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 122 222 -
CMYK 0.10 0.45 0 0.13
HSL 286.8º 0.6% 0.67% -
HSV(B) 286.8º 0.45% 0.87% -
XYZ 43.96 31.47 72.86 -
YUV 156.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 200 122 222 0.10 0.45 0 0.13 286.8 0.6 0.67
Hex C8 7A DE A 2D 0 D 11F 3C 43
Octal 310 172 336 12 55 0 15 437 74 103
Binary 11001000 1111010 11011110 1010 101101 0 1101 100011111 111100 1000011

Color Harmonies of #C87ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ADE

Black with #C87ADE

Text Example


Text Example

White with #C87ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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