Html Css Color HEX #C17CCE Orchid

📋 copy color: '#C17CCE'

red 193 ◦ green 124 ◦ blue 206

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

Shades of Orchid #C17CCE

Tints of Orchid #C17CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.71%

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

R = 36.9%
G = 23.71%
B = 39.39%

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

#C17CCE (or 0xC17CCE) is known color: Orchid. HEX triplet: C1, 7C and CE. RGB value is (193,124,206). Sum of RGB (Red+Green+Blue) = 193+124+206=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #C17CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CCE is #3E8331. Grayscale: #999999. Windows color (decimal): -4096818 or 13532353. OLE color: 13532353.

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

Color convert

RGB 193 124 206 -
CMYK 0.06 0.40 0 0.19
HSL 290.49º 0.46% 0.65% -
HSV(B) 290.49º 0.4% 0.81% -
XYZ 40.34 30.21 62.1 -
YUV 153.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 193 124 206 0.06 0.40 0 0.19 290.49 0.46 0.65
Hex C1 7C CE 6 28 0 13 122 2E 41
Octal 301 174 316 6 50 0 23 442 56 101
Binary 11000001 1111100 11001110 110 101000 0 10011 100100010 101110 1000001

Color Harmonies of #C17CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CCE

Black with #C17CCE

Text Example


Text Example

White with #C17CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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