Html Css Color HEX #C874D0 Orchid

📋 copy color: '#C874D0'

red 200 ◦ green 116 ◦ blue 208

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

Shades of Orchid #C874D0

Tints of Orchid #C874D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 38.17%
G = 22.14%
B = 39.69%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C874D0 (or 0xC874D0) is known color: Orchid. HEX triplet: C8, 74 and D0. RGB value is (200,116,208). Sum of RGB (Red+Green+Blue) = 200+116+208=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #C874D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874D0 is #378B2F. Grayscale: #979797. Windows color (decimal): -3640112 or 13661384. OLE color: 13661384.

HSL color Cylindrical-coordinate representation of color #C874D0: hue angle of 294.78º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C874D0 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 116 208 -
CMYK 0.04 0.44 0 0.18
HSL 294.78º 0.49% 0.64% -
HSV(B) 294.78º 0.44% 0.82% -
XYZ 41.45 29.32 63.15 -
YUV 151.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 200 116 208 0.04 0.44 0 0.18 294.78 0.49 0.64
Hex C8 74 D0 4 2C 0 12 127 31 40
Octal 310 164 320 4 54 0 22 447 61 100
Binary 11001000 1110100 11010000 100 101100 0 10010 100100111 110001 1000000

Color Harmonies of #C874D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874D0

Black with #C874D0

Text Example


Text Example

White with #C874D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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