Html Css Color HEX #C678BA Orchid

📋 copy color: '#C678BA'

red 198 ◦ green 120 ◦ blue 186

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

Shades of Orchid #C678BA

Tints of Orchid #C678BA

RGB

 RED value IS 198 (77.73% from 255) = 39.29%

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 39.29%
G = 23.81%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C678BA (or 0xC678BA) is known color: Orchid. HEX triplet: C6, 78 and BA. RGB value is (198,120,186). Sum of RGB (Red+Green+Blue) = 198+120+186=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C678BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678BA is #398745. Grayscale: #969696. Windows color (decimal): -3770182 or 12220614. OLE color: 12220614.

HSL color Cylindrical-coordinate representation of color #C678BA: hue angle of 309.23º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C678BA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 120 186 -
CMYK 0 0.39 0.06 0.22
HSL 309.23º 0.41% 0.62% -
HSV(B) 309.23º 0.39% 0.78% -
XYZ 38.87 28.98 50 -
YUV 150.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 198 120 186 0 0.39 0.06 0.22 309.23 0.41 0.62
Hex C6 78 BA 0 27 6 16 135 29 3E
Octal 306 170 272 0 47 6 26 465 51 76
Binary 11000110 1111000 10111010 0 100111 110 10110 100110101 101001 111110

Color Harmonies of #C678BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C678BA

Black with #C678BA

Text Example


Text Example

White with #C678BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C678BA; }

 p { color: rgb(198,120,186); }

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

background-color css

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

 a { background-color: rgb(198,120,186); }

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

border-color css

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

 span { border-color: rgb(198,120,186); }

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