Html Css Color HEX #C871C4 Orchid

📋 copy color: '#C871C4'

red 200 ◦ green 113 ◦ blue 196

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

Shades of Orchid #C871C4

Tints of Orchid #C871C4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.2%

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

R = 39.29%
G = 22.2%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C871C4 (or 0xC871C4) is known color: Orchid. HEX triplet: C8, 71 and C4. RGB value is (200,113,196). Sum of RGB (Red+Green+Blue) = 200+113+196=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C871C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871C4 is #378E3B. Grayscale: #949494. Windows color (decimal): -3640892 or 12874184. OLE color: 12874184.

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

Color convert

RGB 200 113 196 -
CMYK 0 0.44 0.02 0.22
HSL 302.76º 0.44% 0.61% -
HSV(B) 302.76º 0.44% 0.78% -
XYZ 39.69 28.08 55.55 -
YUV 148.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 200 113 196 0 0.44 0.02 0.22 302.76 0.44 0.61
Hex C8 71 C4 0 2C 2 16 12F 2C 3D
Octal 310 161 304 0 54 2 26 457 54 75
Binary 11001000 1110001 11000100 0 101100 10 10110 100101111 101100 111101

Color Harmonies of #C871C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871C4

Black with #C871C4

Text Example


Text Example

White with #C871C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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