Html Css Color HEX #C17CC1 Orchid

📋 copy color: '#C17CC1'

red 193 ◦ green 124 ◦ blue 193

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

Shades of Orchid #C17CC1

Tints of Orchid #C17CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.84%

R = 37.84%
G = 24.31%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C17CC1 (or 0xC17CC1) is known color: Orchid. HEX triplet: C1, 7C and C1. RGB value is (193,124,193). Sum of RGB (Red+Green+Blue) = 193+124+193=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C17CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CC1 is #3E833E. Grayscale: #989898. Windows color (decimal): -4096831 or 12680385. OLE color: 12680385.

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

Color convert

RGB 193 124 193 -
CMYK 0 0.36 0 0.24
HSL 300º 0.36% 0.62% -
HSV(B) 300º 0.36% 0.76% -
XYZ 38.83 29.6 54.12 -
YUV 152.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 193 124 193 0 0.36 0 0.24 300 0.36 0.62
Hex C1 7C C1 0 24 0 18 12C 24 3E
Octal 301 174 301 0 44 0 30 454 44 76
Binary 11000001 1111100 11000001 0 100100 0 11000 100101100 100100 111110

Color Harmonies of #C17CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CC1

Black with #C17CC1

Text Example


Text Example

White with #C17CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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