Html Css Color HEX #C678BF Orchid

📋 copy color: '#C678BF'

red 198 ◦ green 120 ◦ blue 191

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

Shades of Orchid #C678BF

Tints of Orchid #C678BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.52%

R = 38.9%
G = 23.58%
B = 37.52%

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

#C678BF (or 0xC678BF) is known color: Orchid. HEX triplet: C6, 78 and BF. RGB value is (198,120,191). Sum of RGB (Red+Green+Blue) = 198+120+191=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C678BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678BF is #398740. Grayscale: #979797. Windows color (decimal): -3770177 or 12548294. OLE color: 12548294.

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

Color convert

RGB 198 120 191 -
CMYK 0 0.39 0.04 0.22
HSL 305.38º 0.41% 0.62% -
HSV(B) 305.38º 0.39% 0.78% -
XYZ 39.41 29.2 52.85 -
YUV 151.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 198 120 191 0 0.39 0.04 0.22 305.38 0.41 0.62
Hex C6 78 BF 0 27 4 16 131 29 3E
Octal 306 170 277 0 47 4 26 461 51 76
Binary 11000110 1111000 10111111 0 100111 100 10110 100110001 101001 111110

Color Harmonies of #C678BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C678BF

Black with #C678BF

Text Example


Text Example

White with #C678BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C678BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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