Html Css Color HEX #C17FCA Orchid

📋 copy color: '#C17FCA'

red 193 ◦ green 127 ◦ blue 202

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

Shades of Orchid #C17FCA

Tints of Orchid #C17FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 36.97%
G = 24.33%
B = 38.7%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C17FCA (or 0xC17FCA) is known color: Orchid. HEX triplet: C1, 7F and CA. RGB value is (193,127,202). Sum of RGB (Red+Green+Blue) = 193+127+202=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C17FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FCA is #3E8035. Grayscale: #9B9B9B. Windows color (decimal): -4096054 or 13270977. OLE color: 13270977.

HSL color Cylindrical-coordinate representation of color #C17FCA: hue angle of 292.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17FCA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 127 202 -
CMYK 0.04 0.37 0 0.21
HSL 292.8º 0.41% 0.65% -
HSV(B) 292.8º 0.37% 0.79% -
XYZ 40.24 30.78 59.7 -
YUV 155.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 193 127 202 0.04 0.37 0 0.21 292.8 0.41 0.65
Hex C1 7F CA 4 25 0 15 125 29 41
Octal 301 177 312 4 45 0 25 445 51 101
Binary 11000001 1111111 11001010 100 100101 0 10101 100100101 101001 1000001

Color Harmonies of #C17FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17FCA

Black with #C17FCA

Text Example


Text Example

White with #C17FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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