Html Css Color HEX #C17FCE Orchid

📋 copy color: '#C17FCE'

red 193 ◦ green 127 ◦ blue 206

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

Shades of Orchid #C17FCE

Tints of Orchid #C17FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 36.69%
G = 24.14%
B = 39.16%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C17FCE (or 0xC17FCE) is known color: Orchid. HEX triplet: C1, 7F and CE. RGB value is (193,127,206). Sum of RGB (Red+Green+Blue) = 193+127+206=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C17FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FCE is #3E8031. Grayscale: #9B9B9B. Windows color (decimal): -4096050 or 13533121. OLE color: 13533121.

HSL color Cylindrical-coordinate representation of color #C17FCE: hue angle of 290.13º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C17FCE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 127 206 -
CMYK 0.06 0.38 0 0.19
HSL 290.13º 0.45% 0.65% -
HSV(B) 290.13º 0.38% 0.81% -
XYZ 40.72 30.97 62.22 -
YUV 155.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 193 127 206 0.06 0.38 0 0.19 290.13 0.45 0.65
Hex C1 7F CE 6 26 0 13 122 2D 41
Octal 301 177 316 6 46 0 23 442 55 101
Binary 11000001 1111111 11001110 110 100110 0 10011 100100010 101101 1000001

Color Harmonies of #C17FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17FCE

Black with #C17FCE

Text Example


Text Example

White with #C17FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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