Html Css Color HEX #C171CC Orchid

📋 copy color: '#C171CC'

red 193 ◦ green 113 ◦ blue 204

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

Shades of Orchid #C171CC

Tints of Orchid #C171CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.16%

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

R = 37.84%
G = 22.16%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C171CC (or 0xC171CC) is known color: Orchid. HEX triplet: C1, 71 and CC. RGB value is (193,113,204). Sum of RGB (Red+Green+Blue) = 193+113+204=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #C171CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171CC is #3E8E33. Grayscale: #939393. Windows color (decimal): -4099636 or 13398465. OLE color: 13398465.

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

Color convert

RGB 193 113 204 -
CMYK 0.05 0.45 0 0.2
HSL 292.75º 0.47% 0.62% -
HSV(B) 292.75º 0.45% 0.8% -
XYZ 38.8 27.51 60.39 -
YUV 147.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 193 113 204 0.05 0.45 0 0.2 292.75 0.47 0.62
Hex C1 71 CC 5 2D 0 14 125 2F 3E
Octal 301 161 314 5 55 0 24 445 57 76
Binary 11000001 1110001 11001100 101 101101 0 10100 100100101 101111 111110

Color Harmonies of #C171CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171CC

Black with #C171CC

Text Example


Text Example

White with #C171CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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