Html Css Color HEX #C17CCD Orchid

📋 copy color: '#C17CCD'

red 193 ◦ green 124 ◦ blue 205

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

Shades of Orchid #C17CCD

Tints of Orchid #C17CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.75%

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

R = 36.97%
G = 23.75%
B = 39.27%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C17CCD (or 0xC17CCD) is known color: Orchid. HEX triplet: C1, 7C and CD. RGB value is (193,124,205). Sum of RGB (Red+Green+Blue) = 193+124+205=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C17CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CCD is #3E8332. Grayscale: #999999. Windows color (decimal): -4096819 or 13466817. OLE color: 13466817.

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

Color convert

RGB 193 124 205 -
CMYK 0.06 0.40 0 0.20
HSL 291.11º 0.45% 0.65% -
HSV(B) 291.11º 0.4% 0.8% -
XYZ 40.22 30.16 61.46 -
YUV 153.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 193 124 205 0.06 0.40 0 0.20 291.11 0.45 0.65
Hex C1 7C CD 6 28 0 14 123 2D 41
Octal 301 174 315 6 50 0 24 443 55 101
Binary 11000001 1111100 11001101 110 101000 0 10100 100100011 101101 1000001

Color Harmonies of #C17CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CCD

Black with #C17CCD

Text Example


Text Example

White with #C17CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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