Html Css Color HEX #C17DCD Orchid

📋 copy color: '#C17DCD'

red 193 ◦ green 125 ◦ blue 205

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

Shades of Orchid #C17DCD

Tints of Orchid #C17DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 36.9%
G = 23.9%
B = 39.2%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C17DCD (or 0xC17DCD) is known color: Orchid. HEX triplet: C1, 7D and CD. RGB value is (193,125,205). Sum of RGB (Red+Green+Blue) = 193+125+205=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #C17DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DCD is #3E8232. Grayscale: #9A9A9A. Windows color (decimal): -4096563 or 13467073. OLE color: 13467073.

HSL color Cylindrical-coordinate representation of color #C17DCD: hue angle of 291º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17DCD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 125 205 -
CMYK 0.06 0.39 0 0.20
HSL 291º 0.44% 0.65% -
HSV(B) 291º 0.39% 0.8% -
XYZ 40.35 30.41 61.5 -
YUV 154.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 193 125 205 0.06 0.39 0 0.20 291 0.44 0.65
Hex C1 7D CD 6 27 0 14 123 2C 41
Octal 301 175 315 6 47 0 24 443 54 101
Binary 11000001 1111101 11001101 110 100111 0 10100 100100011 101100 1000001

Color Harmonies of #C17DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17DCD

Black with #C17DCD

Text Example


Text Example

White with #C17DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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