Html Css Color HEX #C17FCC Orchid

📋 copy color: '#C17FCC'

red 193 ◦ green 127 ◦ blue 204

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

Shades of Orchid #C17FCC

Tints of Orchid #C17FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.24%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 36.83%
G = 24.24%
B = 38.93%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C17FCC (or 0xC17FCC) is known color: Orchid. HEX triplet: C1, 7F and CC. RGB value is (193,127,204). Sum of RGB (Red+Green+Blue) = 193+127+204=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #C17FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FCC is #3E8033. Grayscale: #9B9B9B. Windows color (decimal): -4096052 or 13402049. OLE color: 13402049.

HSL color Cylindrical-coordinate representation of color #C17FCC: hue angle of 291.43º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C17FCC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 127 204 -
CMYK 0.05 0.38 0 0.2
HSL 291.43º 0.43% 0.65% -
HSV(B) 291.43º 0.38% 0.8% -
XYZ 40.48 30.88 60.95 -
YUV 155.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 193 127 204 0.05 0.38 0 0.2 291.43 0.43 0.65
Hex C1 7F CC 5 26 0 14 123 2B 41
Octal 301 177 314 5 46 0 24 443 53 101
Binary 11000001 1111111 11001100 101 100110 0 10100 100100011 101011 1000001

Color Harmonies of #C17FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17FCC

Black with #C17FCC

Text Example


Text Example

White with #C17FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17FCC; }

 p { color: rgb(193,127,204); }

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

background-color css

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

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

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

border-color css

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

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

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