Html Css Color HEX #C172CD Orchid

📋 copy color: '#C172CD'

red 193 ◦ green 114 ◦ blue 205

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

Shades of Orchid #C172CD

Tints of Orchid #C172CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

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

R = 37.7%
G = 22.27%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C172CD (or 0xC172CD) is known color: Orchid. HEX triplet: C1, 72 and CD. RGB value is (193,114,205). Sum of RGB (Red+Green+Blue) = 193+114+205=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C172CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172CD is #3E8D32. Grayscale: #939393. Windows color (decimal): -4099379 or 13464257. OLE color: 13464257.

HSL color Cylindrical-coordinate representation of color #C172CD: hue angle of 292.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C172CD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 114 205 -
CMYK 0.06 0.44 0 0.20
HSL 292.09º 0.48% 0.63% -
HSV(B) 292.09º 0.44% 0.8% -
XYZ 39.03 27.78 61.06 -
YUV 148 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 193 114 205 0.06 0.44 0 0.20 292.09 0.48 0.63
Hex C1 72 CD 6 2C 0 14 124 30 3F
Octal 301 162 315 6 54 0 24 444 60 77
Binary 11000001 1110010 11001101 110 101100 0 10100 100100100 110000 111111

Color Harmonies of #C172CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172CD

Black with #C172CD

Text Example


Text Example

White with #C172CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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