Html Css Color HEX #C181CA Orchid

📋 copy color: '#C181CA'

red 193 ◦ green 129 ◦ blue 202

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

Shades of Orchid #C181CA

Tints of Orchid #C181CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.62%

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 36.83%
G = 24.62%
B = 38.55%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C181CA (or 0xC181CA) is known color: Orchid. HEX triplet: C1, 81 and CA. RGB value is (193,129,202). Sum of RGB (Red+Green+Blue) = 193+129+202=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C181CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181CA is #3E7E35. Grayscale: #9C9C9C. Windows color (decimal): -4095542 or 13271489. OLE color: 13271489.

HSL color Cylindrical-coordinate representation of color #C181CA: hue angle of 292.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C181CA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 129 202 -
CMYK 0.04 0.36 0 0.21
HSL 292.6º 0.41% 0.65% -
HSV(B) 292.6º 0.36% 0.79% -
XYZ 40.5 31.3 59.78 -
YUV 156.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 193 129 202 0.04 0.36 0 0.21 292.6 0.41 0.65
Hex C1 81 CA 4 24 0 15 125 29 41
Octal 301 201 312 4 44 0 25 445 51 101
Binary 11000001 10000001 11001010 100 100100 0 10101 100100101 101001 1000001

Color Harmonies of #C181CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C181CA

Black with #C181CA

Text Example


Text Example

White with #C181CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C181CA; }

 p { color: rgb(193,129,202); }

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

background-color css

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

 a { background-color: rgb(193,129,202); }

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

border-color css

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

 span { border-color: rgb(193,129,202); }

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