Html Css Color HEX #C17FCD Orchid

📋 copy color: '#C17FCD'

red 193 ◦ green 127 ◦ blue 205

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

Shades of Orchid #C17FCD

Tints of Orchid #C17FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 36.76%
G = 24.19%
B = 39.05%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C17FCD (or 0xC17FCD) is known color: Orchid. HEX triplet: C1, 7F and CD. RGB value is (193,127,205). Sum of RGB (Red+Green+Blue) = 193+127+205=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C17FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FCD is #3E8032. Grayscale: #9B9B9B. Windows color (decimal): -4096051 or 13467585. OLE color: 13467585.

HSL color Cylindrical-coordinate representation of color #C17FCD: hue angle of 290.77º degrees, saturation: 0.44, 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 #C17FCD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 127 205 -
CMYK 0.06 0.38 0 0.20
HSL 290.77º 0.44% 0.65% -
HSV(B) 290.77º 0.38% 0.8% -
XYZ 40.6 30.92 61.59 -
YUV 155.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 193 127 205 0.06 0.38 0 0.20 290.77 0.44 0.65
Hex C1 7F CD 6 26 0 14 123 2C 41
Octal 301 177 315 6 46 0 24 443 54 101
Binary 11000001 1111111 11001101 110 100110 0 10100 100100011 101100 1000001

Color Harmonies of #C17FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17FCD

Black with #C17FCD

Text Example


Text Example

White with #C17FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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