Html Css Color HEX #C17ECA Orchid

📋 copy color: '#C17ECA'

red 193 ◦ green 126 ◦ blue 202

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

Shades of Orchid #C17ECA

Tints of Orchid #C17ECA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

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

R = 37.04%
G = 24.18%
B = 38.77%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C17ECA (or 0xC17ECA) is known color: Orchid. HEX triplet: C1, 7E and CA. RGB value is (193,126,202). Sum of RGB (Red+Green+Blue) = 193+126+202=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C17ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ECA is #3E8135. Grayscale: #9A9A9A. Windows color (decimal): -4096310 or 13270721. OLE color: 13270721.

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

Color convert

RGB 193 126 202 -
CMYK 0.04 0.38 0 0.21
HSL 292.89º 0.42% 0.64% -
HSV(B) 292.89º 0.38% 0.79% -
XYZ 40.11 30.52 59.65 -
YUV 154.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 193 126 202 0.04 0.38 0 0.21 292.89 0.42 0.64
Hex C1 7E CA 4 26 0 15 125 2A 40
Octal 301 176 312 4 46 0 25 445 52 100
Binary 11000001 1111110 11001010 100 100110 0 10101 100100101 101010 1000000

Color Harmonies of #C17ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17ECA

Black with #C17ECA

Text Example


Text Example

White with #C17ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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