Html Css Color HEX #C174CF Orchid

📋 copy color: '#C174CF'

red 193 ◦ green 116 ◦ blue 207

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

Shades of Orchid #C174CF

Tints of Orchid #C174CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 37.4%
G = 22.48%
B = 40.12%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C174CF (or 0xC174CF) is known color: Orchid. HEX triplet: C1, 74 and CF. RGB value is (193,116,207). Sum of RGB (Red+Green+Blue) = 193+116+207=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #C174CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174CF is #3E8B30. Grayscale: #959595. Windows color (decimal): -4098865 or 13595841. OLE color: 13595841.

HSL color Cylindrical-coordinate representation of color #C174CF: hue angle of 290.77º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C174CF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 116 207 -
CMYK 0.07 0.44 0 0.19
HSL 290.77º 0.49% 0.63% -
HSV(B) 290.77º 0.44% 0.81% -
XYZ 39.5 28.33 62.42 -
YUV 149.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 193 116 207 0.07 0.44 0 0.19 290.77 0.49 0.63
Hex C1 74 CF 7 2C 0 13 123 31 3F
Octal 301 164 317 7 54 0 23 443 61 77
Binary 11000001 1110100 11001111 111 101100 0 10011 100100011 110001 111111

Color Harmonies of #C174CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174CF

Black with #C174CF

Text Example


Text Example

White with #C174CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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