Html Css Color HEX #C171CA Orchid

📋 copy color: '#C171CA'

red 193 ◦ green 113 ◦ blue 202

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

Shades of Orchid #C171CA

Tints of Orchid #C171CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 37.99%
G = 22.24%
B = 39.76%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C171CA (or 0xC171CA) is known color: Orchid. HEX triplet: C1, 71 and CA. RGB value is (193,113,202). Sum of RGB (Red+Green+Blue) = 193+113+202=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #C171CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171CA is #3E8E35. Grayscale: #929292. Windows color (decimal): -4099638 or 13267393. OLE color: 13267393.

HSL color Cylindrical-coordinate representation of color #C171CA: hue angle of 293.93º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C171CA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 113 202 -
CMYK 0.04 0.44 0 0.21
HSL 293.93º 0.46% 0.62% -
HSV(B) 293.93º 0.44% 0.79% -
XYZ 38.56 27.41 59.14 -
YUV 147.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 193 113 202 0.04 0.44 0 0.21 293.93 0.46 0.62
Hex C1 71 CA 4 2C 0 15 126 2E 3E
Octal 301 161 312 4 54 0 25 446 56 76
Binary 11000001 1110001 11001010 100 101100 0 10101 100100110 101110 111110

Color Harmonies of #C171CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171CA

Black with #C171CA

Text Example


Text Example

White with #C171CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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