Html Css Color HEX #C678BE Orchid

📋 copy color: '#C678BE'

red 198 ◦ green 120 ◦ blue 190

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

Shades of Orchid #C678BE

Tints of Orchid #C678BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 38.98%
G = 23.62%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C678BE (or 0xC678BE) is known color: Orchid. HEX triplet: C6, 78 and BE. RGB value is (198,120,190). Sum of RGB (Red+Green+Blue) = 198+120+190=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C678BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678BE is #398741. Grayscale: #979797. Windows color (decimal): -3770178 or 12482758. OLE color: 12482758.

HSL color Cylindrical-coordinate representation of color #C678BE: hue angle of 306.15º 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 #C678BE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 120 190 -
CMYK 0 0.39 0.04 0.22
HSL 306.15º 0.41% 0.62% -
HSV(B) 306.15º 0.39% 0.78% -
XYZ 39.3 29.16 52.27 -
YUV 151.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 198 120 190 0 0.39 0.04 0.22 306.15 0.41 0.62
Hex C6 78 BE 0 27 4 16 132 29 3E
Octal 306 170 276 0 47 4 26 462 51 76
Binary 11000110 1111000 10111110 0 100111 100 10110 100110010 101001 111110

Color Harmonies of #C678BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C678BE

Black with #C678BE

Text Example


Text Example

White with #C678BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C678BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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