Html Css Color HEX #C678D0 Orchid

📋 copy color: '#C678D0'

red 198 ◦ green 120 ◦ blue 208

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

Shades of Orchid #C678D0

Tints of Orchid #C678D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 37.64%
G = 22.81%
B = 39.54%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C678D0 (or 0xC678D0) is known color: Orchid. HEX triplet: C6, 78 and D0. RGB value is (198,120,208). Sum of RGB (Red+Green+Blue) = 198+120+208=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #C678D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678D0 is #39872F. Grayscale: #999999. Windows color (decimal): -3770160 or 13662406. OLE color: 13662406.

HSL color Cylindrical-coordinate representation of color #C678D0: hue angle of 293.18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C678D0 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 120 208 -
CMYK 0.05 0.42 0 0.18
HSL 293.18º 0.48% 0.64% -
HSV(B) 293.18º 0.42% 0.82% -
XYZ 41.39 29.99 63.28 -
YUV 153.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 198 120 208 0.05 0.42 0 0.18 293.18 0.48 0.64
Hex C6 78 D0 5 2A 0 12 125 30 40
Octal 306 170 320 5 52 0 22 445 60 100
Binary 11000110 1111000 11010000 101 101010 0 10010 100100101 110000 1000000

Color Harmonies of #C678D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C678D0

Black with #C678D0

Text Example


Text Example

White with #C678D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C678D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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