Html Css Color HEX #C17EC2 Orchid

📋 copy color: '#C17EC2'

red 193 ◦ green 126 ◦ blue 194

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

Shades of Orchid #C17EC2

Tints of Orchid #C17EC2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.56%

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 37.62%
G = 24.56%
B = 37.82%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C17EC2 (or 0xC17EC2) is known color: Orchid. HEX triplet: C1, 7E and C2. RGB value is (193,126,194). Sum of RGB (Red+Green+Blue) = 193+126+194=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #C17EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EC2 is #3E813D. Grayscale: #999999. Windows color (decimal): -4096318 or 12746433. OLE color: 12746433.

HSL color Cylindrical-coordinate representation of color #C17EC2: hue angle of 299.12º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17EC2 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 126 194 -
CMYK 0.01 0.35 0 0.24
HSL 299.12º 0.36% 0.63% -
HSV(B) 299.12º 0.35% 0.76% -
XYZ 39.19 30.15 54.79 -
YUV 153.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 193 126 194 0.01 0.35 0 0.24 299.12 0.36 0.63
Hex C1 7E C2 1 23 0 18 12B 24 3F
Octal 301 176 302 1 43 0 30 453 44 77
Binary 11000001 1111110 11000010 1 100011 0 11000 100101011 100100 111111

Color Harmonies of #C17EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17EC2

Black with #C17EC2

Text Example


Text Example

White with #C17EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17EC2; }

 p { color: rgb(193,126,194); }

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

background-color css

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

 a { background-color: rgb(193,126,194); }

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

border-color css

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

 span { border-color: rgb(193,126,194); }

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