Html Css Color HEX #C874C4 Orchid

📋 copy color: '#C874C4'

red 200 ◦ green 116 ◦ blue 196

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

Shades of Orchid #C874C4

Tints of Orchid #C874C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 39.06%
G = 22.66%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C874C4 (or 0xC874C4) is known color: Orchid. HEX triplet: C8, 74 and C4. RGB value is (200,116,196). Sum of RGB (Red+Green+Blue) = 200+116+196=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C874C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874C4 is #378B3B. Grayscale: #969696. Windows color (decimal): -3640124 or 12874952. OLE color: 12874952.

HSL color Cylindrical-coordinate representation of color #C874C4: hue angle of 302.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C874C4 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 196 -
CMYK 0 0.42 0.02 0.22
HSL 302.86º 0.43% 0.62% -
HSV(B) 302.86º 0.42% 0.78% -
XYZ 40.03 28.76 55.67 -
YUV 150.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 200 116 196 0 0.42 0.02 0.22 302.86 0.43 0.62
Hex C8 74 C4 0 2A 2 16 12F 2B 3E
Octal 310 164 304 0 52 2 26 457 53 76
Binary 11001000 1110100 11000100 0 101010 10 10110 100101111 101011 111110

Color Harmonies of #C874C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874C4

Black with #C874C4

Text Example


Text Example

White with #C874C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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