Html Css Color HEX #C874DC Orchid

📋 copy color: '#C874DC'

red 200 ◦ green 116 ◦ blue 220

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

Shades of Orchid #C874DC

Tints of Orchid #C874DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.64%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 37.31%
G = 21.64%
B = 41.04%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C874DC (or 0xC874DC) is known color: Orchid. HEX triplet: C8, 74 and DC. RGB value is (200,116,220). Sum of RGB (Red+Green+Blue) = 200+116+220=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #C874DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874DC is #378B23. Grayscale: #989898. Windows color (decimal): -3640100 or 14447816. OLE color: 14447816.

HSL color Cylindrical-coordinate representation of color #C874DC: hue angle of 288.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C874DC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 116 220 -
CMYK 0.09 0.47 0 0.14
HSL 288.46º 0.6% 0.66% -
HSV(B) 288.46º 0.47% 0.86% -
XYZ 42.98 29.94 71.22 -
YUV 152.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 200 116 220 0.09 0.47 0 0.14 288.46 0.6 0.66
Hex C8 74 DC 9 2F 0 E 120 3C 42
Octal 310 164 334 11 57 0 16 440 74 102
Binary 11001000 1110100 11011100 1001 101111 0 1110 100100000 111100 1000010

Color Harmonies of #C874DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874DC

Black with #C874DC

Text Example


Text Example

White with #C874DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874DC; }

 p { color: rgb(200,116,220); }

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

background-color css

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

 a { background-color: rgb(200,116,220); }

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

border-color css

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

 span { border-color: rgb(200,116,220); }

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