Html Css Color HEX #C17BCE Orchid

📋 copy color: '#C17BCE'

red 193 ◦ green 123 ◦ blue 206

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

Shades of Orchid #C17BCE

Tints of Orchid #C17BCE

RGB

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

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

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

R = 36.97%
G = 23.56%
B = 39.46%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C17BCE (or 0xC17BCE) is known color: Orchid. HEX triplet: C1, 7B and CE. RGB value is (193,123,206). Sum of RGB (Red+Green+Blue) = 193+123+206=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C17BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BCE is #3E8431. Grayscale: #999999. Windows color (decimal): -4097074 or 13532097. OLE color: 13532097.

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

Color convert

RGB 193 123 206 -
CMYK 0.06 0.40 0 0.19
HSL 290.6º 0.46% 0.65% -
HSV(B) 290.6º 0.4% 0.81% -
XYZ 40.22 29.96 62.06 -
YUV 153.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 193 123 206 0.06 0.40 0 0.19 290.6 0.46 0.65
Hex C1 7B CE 6 28 0 13 123 2E 41
Octal 301 173 316 6 50 0 23 443 56 101
Binary 11000001 1111011 11001110 110 101000 0 10011 100100011 101110 1000001

Color Harmonies of #C17BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17BCE

Black with #C17BCE

Text Example


Text Example

White with #C17BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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