Html Css Color HEX #C281CA Orchid

📋 copy color: '#C281CA'

red 194 ◦ green 129 ◦ blue 202

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

Shades of Orchid #C281CA

Tints of Orchid #C281CA

RGB

 RED value IS 194 (76.17% from 255) = 36.95%

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

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

R = 36.95%
G = 24.57%
B = 38.48%

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

#C281CA (or 0xC281CA) is known color: Orchid. HEX triplet: C2, 81 and CA. RGB value is (194,129,202). Sum of RGB (Red+Green+Blue) = 194+129+202=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C281CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281CA is #3D7E35. Grayscale: #9C9C9C. Windows color (decimal): -4030006 or 13271490. OLE color: 13271490.

HSL color Cylindrical-coordinate representation of color #C281CA: hue angle of 293.42º 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 #C281CA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 129 202 -
CMYK 0.04 0.36 0 0.21
HSL 293.42º 0.41% 0.65% -
HSV(B) 293.42º 0.36% 0.79% -
XYZ 40.76 31.43 59.8 -
YUV 156.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 194 129 202 0.04 0.36 0 0.21 293.42 0.41 0.65
Hex C2 81 CA 4 24 0 15 125 29 41
Octal 302 201 312 4 44 0 25 445 51 101
Binary 11000010 10000001 11001010 100 100100 0 10101 100100101 101001 1000001

Color Harmonies of #C281CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C281CA

Black with #C281CA

Text Example


Text Example

White with #C281CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C281CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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