Html Css Color HEX #C171C8 Orchid

📋 copy color: '#C171C8'

red 193 ◦ green 113 ◦ blue 200

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

Shades of Orchid #C171C8

Tints of Orchid #C171C8

RGB

 RED value IS 193 (75.78% from 255) = 38.14%

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

 BLUE value IS 200 (78.52% from 255) = 39.53%

R = 38.14%
G = 22.33%
B = 39.53%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C171C8 (or 0xC171C8) is known color: Orchid. HEX triplet: C1, 71 and C8. RGB value is (193,113,200). Sum of RGB (Red+Green+Blue) = 193+113+200=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #C171C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171C8 is #3E8E37. Grayscale: #929292. Windows color (decimal): -4099640 or 13136321. OLE color: 13136321.

HSL color Cylindrical-coordinate representation of color #C171C8: hue angle of 295.17º 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 #C171C8 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 113 200 -
CMYK 0.04 0.44 0 0.22
HSL 295.17º 0.44% 0.61% -
HSV(B) 295.17º 0.44% 0.78% -
XYZ 38.32 27.32 57.9 -
YUV 146.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 193 113 200 0.04 0.44 0 0.22 295.17 0.44 0.61
Hex C1 71 C8 4 2C 0 16 127 2C 3D
Octal 301 161 310 4 54 0 26 447 54 75
Binary 11000001 1110001 11001000 100 101100 0 10110 100100111 101100 111101

Color Harmonies of #C171C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171C8

Black with #C171C8

Text Example


Text Example

White with #C171C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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