Html Css Color HEX #C874DD Orchid

📋 copy color: '#C874DD'

red 200 ◦ green 116 ◦ blue 221

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

Shades of Orchid #C874DD

Tints of Orchid #C874DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 37.24%
G = 21.6%
B = 41.15%

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

#C874DD (or 0xC874DD) is known color: Orchid. HEX triplet: C8, 74 and DD. RGB value is (200,116,221). Sum of RGB (Red+Green+Blue) = 200+116+221=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #C874DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874DD is #378B22. Grayscale: #989898. Windows color (decimal): -3640099 or 14513352. OLE color: 14513352.

HSL color Cylindrical-coordinate representation of color #C874DD: hue angle of 288º degrees, saturation: 0.61, 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 #C874DD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 116 221 -
CMYK 0.10 0.48 0 0.13
HSL 288º 0.61% 0.66% -
HSV(B) 288º 0.48% 0.87% -
XYZ 43.12 29.99 71.92 -
YUV 153.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 200 116 221 0.10 0.48 0 0.13 288 0.61 0.66
Hex C8 74 DD A 30 0 D 120 3D 42
Octal 310 164 335 12 60 0 15 440 75 102
Binary 11001000 1110100 11011101 1010 110000 0 1101 100100000 111101 1000010

Color Harmonies of #C874DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874DD

Black with #C874DD

Text Example


Text Example

White with #C874DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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