Html Css Color HEX #C17FC3 Orchid

📋 copy color: '#C17FC3'

red 193 ◦ green 127 ◦ blue 195

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

Shades of Orchid #C17FC3

Tints of Orchid #C17FC3

RGB

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

 GREEN value IS 127 (50% from 255) = 24.66%

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 37.48%
G = 24.66%
B = 37.86%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C17FC3 (or 0xC17FC3) is known color: Orchid. HEX triplet: C1, 7F and C3. RGB value is (193,127,195). Sum of RGB (Red+Green+Blue) = 193+127+195=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #C17FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FC3 is #3E803C. Grayscale: #9A9A9A. Windows color (decimal): -4096061 or 12812225. OLE color: 12812225.

HSL color Cylindrical-coordinate representation of color #C17FC3: hue angle of 298.24º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17FC3 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 127 195 -
CMYK 0.01 0.35 0 0.24
HSL 298.24º 0.36% 0.63% -
HSV(B) 298.24º 0.35% 0.76% -
XYZ 39.43 30.46 55.43 -
YUV 154.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 193 127 195 0.01 0.35 0 0.24 298.24 0.36 0.63
Hex C1 7F C3 1 23 0 18 12A 24 3F
Octal 301 177 303 1 43 0 30 452 44 77
Binary 11000001 1111111 11000011 1 100011 0 11000 100101010 100100 111111

Color Harmonies of #C17FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17FC3

Black with #C17FC3

Text Example


Text Example

White with #C17FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17FC3; }

 p { color: rgb(193,127,195); }

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

background-color css

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

 a { background-color: rgb(193,127,195); }

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

border-color css

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

 span { border-color: rgb(193,127,195); }

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