Html Css Color HEX #C17DBF Orchid

📋 copy color: '#C17DBF'

red 193 ◦ green 125 ◦ blue 191

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

Shades of Orchid #C17DBF

Tints of Orchid #C17DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.52%

R = 37.92%
G = 24.56%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C17DBF (or 0xC17DBF) is known color: Orchid. HEX triplet: C1, 7D and BF. RGB value is (193,125,191). Sum of RGB (Red+Green+Blue) = 193+125+191=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C17DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DBF is #3E8240. Grayscale: #989898. Windows color (decimal): -4096577 or 12549569. OLE color: 12549569.

HSL color Cylindrical-coordinate representation of color #C17DBF: hue angle of 301.76º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17DBF is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 125 191 -
CMYK 0 0.35 0.01 0.24
HSL 301.76º 0.35% 0.62% -
HSV(B) 301.76º 0.35% 0.76% -
XYZ 38.73 29.77 52.99 -
YUV 152.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 193 125 191 0 0.35 0.01 0.24 301.76 0.35 0.62
Hex C1 7D BF 0 23 1 18 12E 23 3E
Octal 301 175 277 0 43 1 30 456 43 76
Binary 11000001 1111101 10111111 0 100011 1 11000 100101110 100011 111110

Color Harmonies of #C17DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DBF

Black with #C17DBF

Text Example


Text Example

White with #C17DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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