Html Css Color HEX #C278DF Orchid

📋 copy color: '#C278DF'

red 194 ◦ green 120 ◦ blue 223

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

Shades of Orchid #C278DF

Tints of Orchid #C278DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 36.13%
G = 22.35%
B = 41.53%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C278DF (or 0xC278DF) is known color: Orchid. HEX triplet: C2, 78 and DF. RGB value is (194,120,223). Sum of RGB (Red+Green+Blue) = 194+120+223=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #C278DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278DF is #3D8720. Grayscale: #999999. Windows color (decimal): -4032289 or 14645442. OLE color: 14645442.

HSL color Cylindrical-coordinate representation of color #C278DF: hue angle of 283.11º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C278DF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 120 223 -
CMYK 0.13 0.46 0 0.13
HSL 283.11º 0.62% 0.67% -
HSV(B) 283.11º 0.46% 0.87% -
XYZ 42.28 30.23 73.42 -
YUV 153.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 194 120 223 0.13 0.46 0 0.13 283.11 0.62 0.67
Hex C2 78 DF D 2E 0 D 11B 3E 43
Octal 302 170 337 15 56 0 15 433 76 103
Binary 11000010 1111000 11011111 1101 101110 0 1101 100011011 111110 1000011

Color Harmonies of #C278DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278DF

Black with #C278DF

Text Example


Text Example

White with #C278DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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