Html Css Color HEX #C17ECF Orchid

📋 copy color: '#C17ECF'

red 193 ◦ green 126 ◦ blue 207

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

Shades of Orchid #C17ECF

Tints of Orchid #C17ECF

RGB

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

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

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

R = 36.69%
G = 23.95%
B = 39.35%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C17ECF (or 0xC17ECF) is known color: Orchid. HEX triplet: C1, 7E and CF. RGB value is (193,126,207). Sum of RGB (Red+Green+Blue) = 193+126+207=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #C17ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ECF is #3E8130. Grayscale: #9B9B9B. Windows color (decimal): -4096305 or 13598401. OLE color: 13598401.

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

Color convert

RGB 193 126 207 -
CMYK 0.07 0.39 0 0.19
HSL 289.63º 0.46% 0.65% -
HSV(B) 289.63º 0.39% 0.81% -
XYZ 40.72 30.76 62.82 -
YUV 155.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 193 126 207 0.07 0.39 0 0.19 289.63 0.46 0.65
Hex C1 7E CF 7 27 0 13 122 2E 41
Octal 301 176 317 7 47 0 23 442 56 101
Binary 11000001 1111110 11001111 111 100111 0 10011 100100010 101110 1000001

Color Harmonies of #C17ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17ECF

Black with #C17ECF

Text Example


Text Example

White with #C17ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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