Html Css Color HEX #C17DCF Orchid

📋 copy color: '#C17DCF'

red 193 ◦ green 125 ◦ blue 207

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

Shades of Orchid #C17DCF

Tints of Orchid #C17DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 36.76%
G = 23.81%
B = 39.43%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C17DCF (or 0xC17DCF) is known color: Orchid. HEX triplet: C1, 7D and CF. RGB value is (193,125,207). Sum of RGB (Red+Green+Blue) = 193+125+207=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C17DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DCF is #3E8230. Grayscale: #9A9A9A. Windows color (decimal): -4096561 or 13598145. OLE color: 13598145.

HSL color Cylindrical-coordinate representation of color #C17DCF: hue angle of 289.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17DCF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 125 207 -
CMYK 0.07 0.40 0 0.19
HSL 289.76º 0.46% 0.65% -
HSV(B) 289.76º 0.4% 0.81% -
XYZ 40.59 30.51 62.78 -
YUV 154.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 193 125 207 0.07 0.40 0 0.19 289.76 0.46 0.65
Hex C1 7D CF 7 28 0 13 122 2E 41
Octal 301 175 317 7 50 0 23 442 56 101
Binary 11000001 1111101 11001111 111 101000 0 10011 100100010 101110 1000001

Color Harmonies of #C17DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DCF

Black with #C17DCF

Text Example


Text Example

White with #C17DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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