Html Css Color HEX #C17FD0 Orchid

📋 copy color: '#C17FD0'

red 193 ◦ green 127 ◦ blue 208

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

Shades of Orchid #C17FD0

Tints of Orchid #C17FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 24.05%

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 36.55%
G = 24.05%
B = 39.39%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C17FD0 (or 0xC17FD0) is known color: Orchid. HEX triplet: C1, 7F and D0. RGB value is (193,127,208). Sum of RGB (Red+Green+Blue) = 193+127+208=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #C17FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FD0 is #3E802F. Grayscale: #9B9B9B. Windows color (decimal): -4096048 or 13664193. OLE color: 13664193.

HSL color Cylindrical-coordinate representation of color #C17FD0: hue angle of 288.89º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17FD0 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 127 208 -
CMYK 0.07 0.39 0 0.18
HSL 288.89º 0.46% 0.66% -
HSV(B) 288.89º 0.39% 0.82% -
XYZ 40.97 31.07 63.51 -
YUV 155.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 193 127 208 0.07 0.39 0 0.18 288.89 0.46 0.66
Hex C1 7F D0 7 27 0 12 121 2E 42
Octal 301 177 320 7 47 0 22 441 56 102
Binary 11000001 1111111 11010000 111 100111 0 10010 100100001 101110 1000010

Color Harmonies of #C17FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17FD0

Black with #C17FD0

Text Example


Text Example

White with #C17FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17FD0; }

 p { color: rgb(193,127,208); }

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

background-color css

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

 a { background-color: rgb(193,127,208); }

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

border-color css

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

 span { border-color: rgb(193,127,208); }

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