Html Css Color HEX #C278CD Orchid

📋 copy color: '#C278CD'

red 194 ◦ green 120 ◦ blue 205

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

Shades of Orchid #C278CD

Tints of Orchid #C278CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 37.38%
G = 23.12%
B = 39.5%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C278CD (or 0xC278CD) is known color: Orchid. HEX triplet: C2, 78 and CD. RGB value is (194,120,205). Sum of RGB (Red+Green+Blue) = 194+120+205=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #C278CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278CD is #3D8732. Grayscale: #979797. Windows color (decimal): -4032307 or 13465794. OLE color: 13465794.

HSL color Cylindrical-coordinate representation of color #C278CD: hue angle of 292.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C278CD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 120 205 -
CMYK 0.05 0.41 0 0.20
HSL 292.24º 0.46% 0.64% -
HSV(B) 292.24º 0.41% 0.8% -
XYZ 39.98 29.31 61.31 -
YUV 151.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 194 120 205 0.05 0.41 0 0.20 292.24 0.46 0.64
Hex C2 78 CD 5 29 0 14 124 2E 40
Octal 302 170 315 5 51 0 24 444 56 100
Binary 11000010 1111000 11001101 101 101001 0 10100 100100100 101110 1000000

Color Harmonies of #C278CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278CD

Black with #C278CD

Text Example


Text Example

White with #C278CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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