Html Css Color HEX #C17BD3 Orchid

📋 copy color: '#C17BD3'

red 193 ◦ green 123 ◦ blue 211

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

Shades of Orchid #C17BD3

Tints of Orchid #C17BD3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.34%

 BLUE value IS 211 (82.81% from 255) = 40.04%

R = 36.62%
G = 23.34%
B = 40.04%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C17BD3 (or 0xC17BD3) is known color: Orchid. HEX triplet: C1, 7B and D3. RGB value is (193,123,211). Sum of RGB (Red+Green+Blue) = 193+123+211=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #C17BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BD3 is #3E842C. Grayscale: #999999. Windows color (decimal): -4097069 or 13859777. OLE color: 13859777.

HSL color Cylindrical-coordinate representation of color #C17BD3: hue angle of 287.73º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17BD3 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 123 211 -
CMYK 0.09 0.42 0 0.17
HSL 287.73º 0.5% 0.65% -
HSV(B) 287.73º 0.42% 0.83% -
XYZ 40.83 30.21 65.31 -
YUV 153.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 193 123 211 0.09 0.42 0 0.17 287.73 0.5 0.65
Hex C1 7B D3 9 2A 0 11 120 32 41
Octal 301 173 323 11 52 0 21 440 62 101
Binary 11000001 1111011 11010011 1001 101010 0 10001 100100000 110010 1000001

Color Harmonies of #C17BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17BD3

Black with #C17BD3

Text Example


Text Example

White with #C17BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17BD3; }

 p { color: rgb(193,123,211); }

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

background-color css

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

 a { background-color: rgb(193,123,211); }

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

border-color css

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

 span { border-color: rgb(193,123,211); }

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