Html Css Color HEX #C17DCE Orchid

📋 copy color: '#C17DCE'

red 193 ◦ green 125 ◦ blue 206

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

Shades of Orchid #C17DCE

Tints of Orchid #C17DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.85%

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

R = 36.83%
G = 23.85%
B = 39.31%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C17DCE (or 0xC17DCE) is known color: Orchid. HEX triplet: C1, 7D and CE. RGB value is (193,125,206). Sum of RGB (Red+Green+Blue) = 193+125+206=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C17DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DCE is #3E8231. Grayscale: #9A9A9A. Windows color (decimal): -4096562 or 13532609. OLE color: 13532609.

HSL color Cylindrical-coordinate representation of color #C17DCE: hue angle of 290.37º degrees, saturation: 0.45, 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 #C17DCE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 125 206 -
CMYK 0.06 0.39 0 0.19
HSL 290.37º 0.45% 0.65% -
HSV(B) 290.37º 0.39% 0.81% -
XYZ 40.47 30.46 62.14 -
YUV 154.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 193 125 206 0.06 0.39 0 0.19 290.37 0.45 0.65
Hex C1 7D CE 6 27 0 13 122 2D 41
Octal 301 175 316 6 47 0 23 442 55 101
Binary 11000001 1111101 11001110 110 100111 0 10011 100100010 101101 1000001

Color Harmonies of #C17DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DCE

Black with #C17DCE

Text Example


Text Example

White with #C17DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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