Html Css Color HEX #C874DA Orchid

📋 copy color: '#C874DA'

red 200 ◦ green 116 ◦ blue 218

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

Shades of Orchid #C874DA

Tints of Orchid #C874DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 37.45%
G = 21.72%
B = 40.82%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C874DA (or 0xC874DA) is known color: Orchid. HEX triplet: C8, 74 and DA. RGB value is (200,116,218). Sum of RGB (Red+Green+Blue) = 200+116+218=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #C874DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874DA is #378B25. Grayscale: #989898. Windows color (decimal): -3640102 or 14316744. OLE color: 14316744.

HSL color Cylindrical-coordinate representation of color #C874DA: hue angle of 289.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C874DA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 116 218 -
CMYK 0.08 0.47 0 0.15
HSL 289.41º 0.58% 0.65% -
HSV(B) 289.41º 0.47% 0.85% -
XYZ 42.72 29.83 69.84 -
YUV 152.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 200 116 218 0.08 0.47 0 0.15 289.41 0.58 0.65
Hex C8 74 DA 8 2F 0 F 121 3A 41
Octal 310 164 332 10 57 0 17 441 72 101
Binary 11001000 1110100 11011010 1000 101111 0 1111 100100001 111010 1000001

Color Harmonies of #C874DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874DA

Black with #C874DA

Text Example


Text Example

White with #C874DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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