Html Css Color HEX #C180CC Orchid

📋 copy color: '#C180CC'

red 193 ◦ green 128 ◦ blue 204

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

Shades of Orchid #C180CC

Tints of Orchid #C180CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 36.76%
G = 24.38%
B = 38.86%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C180CC (or 0xC180CC) is known color: Orchid. HEX triplet: C1, 80 and CC. RGB value is (193,128,204). Sum of RGB (Red+Green+Blue) = 193+128+204=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C180CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180CC is #3E7F33. Grayscale: #9B9B9B. Windows color (decimal): -4095796 or 13402305. OLE color: 13402305.

HSL color Cylindrical-coordinate representation of color #C180CC: hue angle of 291.32º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C180CC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 128 204 -
CMYK 0.05 0.37 0 0.2
HSL 291.32º 0.43% 0.65% -
HSV(B) 291.32º 0.37% 0.8% -
XYZ 40.61 31.14 61 -
YUV 156.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 193 128 204 0.05 0.37 0 0.2 291.32 0.43 0.65
Hex C1 80 CC 5 25 0 14 123 2B 41
Octal 301 200 314 5 45 0 24 443 53 101
Binary 11000001 10000000 11001100 101 100101 0 10100 100100011 101011 1000001

Color Harmonies of #C180CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180CC

Black with #C180CC

Text Example


Text Example

White with #C180CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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