Html Css Color HEX #C278CA Orchid

📋 copy color: '#C278CA'

red 194 ◦ green 120 ◦ blue 202

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

Shades of Orchid #C278CA

Tints of Orchid #C278CA

RGB

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

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

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

R = 37.6%
G = 23.26%
B = 39.15%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C278CA (or 0xC278CA) is known color: Orchid. HEX triplet: C2, 78 and CA. RGB value is (194,120,202). Sum of RGB (Red+Green+Blue) = 194+120+202=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #C278CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278CA is #3D8735. Grayscale: #979797. Windows color (decimal): -4032310 or 13269186. OLE color: 13269186.

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

Color convert

RGB 194 120 202 -
CMYK 0.04 0.41 0 0.21
HSL 294.15º 0.44% 0.63% -
HSV(B) 294.15º 0.41% 0.79% -
XYZ 39.63 29.17 59.42 -
YUV 151.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 194 120 202 0.04 0.41 0 0.21 294.15 0.44 0.63
Hex C2 78 CA 4 29 0 15 126 2C 3F
Octal 302 170 312 4 51 0 25 446 54 77
Binary 11000010 1111000 11001010 100 101001 0 10101 100100110 101100 111111

Color Harmonies of #C278CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278CA

Black with #C278CA

Text Example


Text Example

White with #C278CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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