Html Css Color HEX #C278BD Orchid

📋 copy color: '#C278BD'

red 194 ◦ green 120 ◦ blue 189

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

Shades of Orchid #C278BD

Tints of Orchid #C278BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.86%

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 38.57%
G = 23.86%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C278BD (or 0xC278BD) is known color: Orchid. HEX triplet: C2, 78 and BD. RGB value is (194,120,189). Sum of RGB (Red+Green+Blue) = 194+120+189=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C278BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278BD is #3D8742. Grayscale: #959595. Windows color (decimal): -4032323 or 12417218. OLE color: 12417218.

HSL color Cylindrical-coordinate representation of color #C278BD: hue angle of 304.05º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C278BD is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 120 189 -
CMYK 0 0.38 0.03 0.24
HSL 304.05º 0.38% 0.62% -
HSV(B) 304.05º 0.38% 0.76% -
XYZ 38.15 28.58 51.65 -
YUV 149.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 194 120 189 0 0.38 0.03 0.24 304.05 0.38 0.62
Hex C2 78 BD 0 26 3 18 130 26 3E
Octal 302 170 275 0 46 3 30 460 46 76
Binary 11000010 1111000 10111101 0 100110 11 11000 100110000 100110 111110

Color Harmonies of #C278BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278BD

Black with #C278BD

Text Example


Text Example

White with #C278BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278BD; }

 p { color: rgb(194,120,189); }

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

background-color css

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

 a { background-color: rgb(194,120,189); }

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

border-color css

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

 span { border-color: rgb(194,120,189); }

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