Html Css Color HEX #C281CE Orchid

📋 copy color: '#C281CE'

red 194 ◦ green 129 ◦ blue 206

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

Shades of Orchid #C281CE

Tints of Orchid #C281CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 36.67%
G = 24.39%
B = 38.94%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C281CE (or 0xC281CE) is known color: Orchid. HEX triplet: C2, 81 and CE. RGB value is (194,129,206). Sum of RGB (Red+Green+Blue) = 194+129+206=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #C281CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281CE is #3D7E31. Grayscale: #9C9C9C. Windows color (decimal): -4030002 or 13533634. OLE color: 13533634.

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

Color convert

RGB 194 129 206 -
CMYK 0.06 0.37 0 0.19
HSL 290.65º 0.44% 0.66% -
HSV(B) 290.65º 0.37% 0.81% -
XYZ 41.24 31.63 62.32 -
YUV 157.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 194 129 206 0.06 0.37 0 0.19 290.65 0.44 0.66
Hex C2 81 CE 6 25 0 13 123 2C 42
Octal 302 201 316 6 45 0 23 443 54 102
Binary 11000010 10000001 11001110 110 100101 0 10011 100100011 101100 1000010

Color Harmonies of #C281CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C281CE

Black with #C281CE

Text Example


Text Example

White with #C281CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C281CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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