Html Css Color HEX #C17DC4 Orchid

📋 copy color: '#C17DC4'

red 193 ◦ green 125 ◦ blue 196

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

Shades of Orchid #C17DC4

Tints of Orchid #C17DC4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.32%

 BLUE value IS 196 (76.95% from 255) = 38.13%

R = 37.55%
G = 24.32%
B = 38.13%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C17DC4 (or 0xC17DC4) is known color: Orchid. HEX triplet: C1, 7D and C4. RGB value is (193,125,196). Sum of RGB (Red+Green+Blue) = 193+125+196=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #C17DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DC4 is #3E823B. Grayscale: #999999. Windows color (decimal): -4096572 or 12877249. OLE color: 12877249.

HSL color Cylindrical-coordinate representation of color #C17DC4: hue angle of 297.46º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17DC4 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 125 196 -
CMYK 0.02 0.36 0 0.23
HSL 297.46º 0.38% 0.63% -
HSV(B) 297.46º 0.36% 0.77% -
XYZ 39.29 29.99 55.94 -
YUV 153.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 193 125 196 0.02 0.36 0 0.23 297.46 0.38 0.63
Hex C1 7D C4 2 24 0 17 129 26 3F
Octal 301 175 304 2 44 0 27 451 46 77
Binary 11000001 1111101 11000100 10 100100 0 10111 100101001 100110 111111

Color Harmonies of #C17DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DC4

Black with #C17DC4

Text Example


Text Example

White with #C17DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DC4; }

 p { color: rgb(193,125,196); }

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

background-color css

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

 a { background-color: rgb(193,125,196); }

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

border-color css

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

 span { border-color: rgb(193,125,196); }

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