Html Css Color HEX #C174CA Orchid

📋 copy color: '#C174CA'

red 193 ◦ green 116 ◦ blue 202

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

Shades of Orchid #C174CA

Tints of Orchid #C174CA

RGB

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

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

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

R = 37.77%
G = 22.7%
B = 39.53%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C174CA (or 0xC174CA) is known color: Orchid. HEX triplet: C1, 74 and CA. RGB value is (193,116,202). Sum of RGB (Red+Green+Blue) = 193+116+202=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #C174CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174CA is #3E8B35. Grayscale: #949494. Windows color (decimal): -4098870 or 13268161. OLE color: 13268161.

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

Color convert

RGB 193 116 202 -
CMYK 0.04 0.43 0 0.21
HSL 293.72º 0.45% 0.62% -
HSV(B) 293.72º 0.43% 0.79% -
XYZ 38.9 28.09 59.25 -
YUV 148.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 193 116 202 0.04 0.43 0 0.21 293.72 0.45 0.62
Hex C1 74 CA 4 2B 0 15 126 2D 3E
Octal 301 164 312 4 53 0 25 446 55 76
Binary 11000001 1110100 11001010 100 101011 0 10101 100100110 101101 111110

Color Harmonies of #C174CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174CA

Black with #C174CA

Text Example


Text Example

White with #C174CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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