Html Css Color HEX #C17DCB Orchid

📋 copy color: '#C17DCB'

red 193 ◦ green 125 ◦ blue 203

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

Shades of Orchid #C17DCB

Tints of Orchid #C17DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 37.04%
G = 23.99%
B = 38.96%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C17DCB (or 0xC17DCB) is known color: Orchid. HEX triplet: C1, 7D and CB. RGB value is (193,125,203). Sum of RGB (Red+Green+Blue) = 193+125+203=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C17DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DCB is #3E8234. Grayscale: #999999. Windows color (decimal): -4096565 or 13336001. OLE color: 13336001.

HSL color Cylindrical-coordinate representation of color #C17DCB: hue angle of 292.31º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C17DCB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 125 203 -
CMYK 0.05 0.38 0 0.20
HSL 292.31º 0.43% 0.64% -
HSV(B) 292.31º 0.38% 0.8% -
XYZ 40.11 30.32 60.24 -
YUV 154.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 193 125 203 0.05 0.38 0 0.20 292.31 0.43 0.64
Hex C1 7D CB 5 26 0 14 124 2B 40
Octal 301 175 313 5 46 0 24 444 53 100
Binary 11000001 1111101 11001011 101 100110 0 10100 100100100 101011 1000000

Color Harmonies of #C17DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DCB

Black with #C17DCB

Text Example


Text Example

White with #C17DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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