Html Css Color HEX #C172CE Orchid

📋 copy color: '#C172CE'

red 193 ◦ green 114 ◦ blue 206

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

Shades of Orchid #C172CE

Tints of Orchid #C172CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 37.62%
G = 22.22%
B = 40.16%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C172CE (or 0xC172CE) is known color: Orchid. HEX triplet: C1, 72 and CE. RGB value is (193,114,206). Sum of RGB (Red+Green+Blue) = 193+114+206=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #C172CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172CE is #3E8D31. Grayscale: #939393. Windows color (decimal): -4099378 or 13529793. OLE color: 13529793.

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

Color convert

RGB 193 114 206 -
CMYK 0.06 0.45 0 0.19
HSL 291.52º 0.48% 0.63% -
HSV(B) 291.52º 0.45% 0.81% -
XYZ 39.15 27.83 61.7 -
YUV 148.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 193 114 206 0.06 0.45 0 0.19 291.52 0.48 0.63
Hex C1 72 CE 6 2D 0 13 124 30 3F
Octal 301 162 316 6 55 0 23 444 60 77
Binary 11000001 1110010 11001110 110 101101 0 10011 100100100 110000 111111

Color Harmonies of #C172CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172CE

Black with #C172CE

Text Example


Text Example

White with #C172CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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