Html Css Color HEX #C174CC Orchid

📋 copy color: '#C174CC'

red 193 ◦ green 116 ◦ blue 204

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

Shades of Orchid #C174CC

Tints of Orchid #C174CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 37.62%
G = 22.61%
B = 39.77%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C174CC (or 0xC174CC) is known color: Orchid. HEX triplet: C1, 74 and CC. RGB value is (193,116,204). Sum of RGB (Red+Green+Blue) = 193+116+204=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C174CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174CC is #3E8B33. Grayscale: #949494. Windows color (decimal): -4098868 or 13399233. OLE color: 13399233.

HSL color Cylindrical-coordinate representation of color #C174CC: hue angle of 292.5º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C174CC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 116 204 -
CMYK 0.05 0.43 0 0.2
HSL 292.5º 0.46% 0.63% -
HSV(B) 292.5º 0.43% 0.8% -
XYZ 39.14 28.19 60.5 -
YUV 149.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 193 116 204 0.05 0.43 0 0.2 292.5 0.46 0.63
Hex C1 74 CC 5 2B 0 14 124 2E 3F
Octal 301 164 314 5 53 0 24 444 56 77
Binary 11000001 1110100 11001100 101 101011 0 10100 100100100 101110 111111

Color Harmonies of #C174CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174CC

Black with #C174CC

Text Example


Text Example

White with #C174CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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