Html Css Color HEX #C874DF Orchid

📋 copy color: '#C874DF'

red 200 ◦ green 116 ◦ blue 223

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

Shades of Orchid #C874DF

Tints of Orchid #C874DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 37.11%
G = 21.52%
B = 41.37%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C874DF (or 0xC874DF) is known color: Orchid. HEX triplet: C8, 74 and DF. RGB value is (200,116,223). Sum of RGB (Red+Green+Blue) = 200+116+223=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #C874DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874DF is #378B20. Grayscale: #989898. Windows color (decimal): -3640097 or 14644424. OLE color: 14644424.

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

Color convert

RGB 200 116 223 -
CMYK 0.10 0.48 0 0.13
HSL 287.1º 0.63% 0.66% -
HSV(B) 287.1º 0.48% 0.87% -
XYZ 43.38 30.1 73.33 -
YUV 153.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 200 116 223 0.10 0.48 0 0.13 287.1 0.63 0.66
Hex C8 74 DF A 30 0 D 11F 3F 42
Octal 310 164 337 12 60 0 15 437 77 102
Binary 11001000 1110100 11011111 1010 110000 0 1101 100011111 111111 1000010

Color Harmonies of #C874DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874DF

Black with #C874DF

Text Example


Text Example

White with #C874DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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