Html Css Color HEX #C180CF Orchid

📋 copy color: '#C180CF'

red 193 ◦ green 128 ◦ blue 207

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

Shades of Orchid #C180CF

Tints of Orchid #C180CF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.24%

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

R = 36.55%
G = 24.24%
B = 39.2%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C180CF (or 0xC180CF) is known color: Orchid. HEX triplet: C1, 80 and CF. RGB value is (193,128,207). Sum of RGB (Red+Green+Blue) = 193+128+207=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #C180CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180CF is #3E7F30. Grayscale: #9C9C9C. Windows color (decimal): -4095793 or 13598913. OLE color: 13598913.

HSL color Cylindrical-coordinate representation of color #C180CF: hue angle of 289.37º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C180CF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 128 207 -
CMYK 0.07 0.38 0 0.19
HSL 289.37º 0.45% 0.66% -
HSV(B) 289.37º 0.38% 0.81% -
XYZ 40.97 31.28 62.91 -
YUV 156.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 193 128 207 0.07 0.38 0 0.19 289.37 0.45 0.66
Hex C1 80 CF 7 26 0 13 121 2D 42
Octal 301 200 317 7 46 0 23 441 55 102
Binary 11000001 10000000 11001111 111 100110 0 10011 100100001 101101 1000010

Color Harmonies of #C180CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180CF

Black with #C180CF

Text Example


Text Example

White with #C180CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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