Html Css Color HEX #C678C2 Orchid

📋 copy color: '#C678C2'

red 198 ◦ green 120 ◦ blue 194

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

Shades of Orchid #C678C2

Tints of Orchid #C678C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 38.67%
G = 23.44%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C678C2 (or 0xC678C2) is known color: Orchid. HEX triplet: C6, 78 and C2. RGB value is (198,120,194). Sum of RGB (Red+Green+Blue) = 198+120+194=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C678C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678C2 is #39873D. Grayscale: #979797. Windows color (decimal): -3770174 or 12744902. OLE color: 12744902.

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

Color convert

RGB 198 120 194 -
CMYK 0 0.39 0.02 0.22
HSL 303.08º 0.41% 0.62% -
HSV(B) 303.08º 0.39% 0.78% -
XYZ 39.74 29.33 54.61 -
YUV 151.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 198 120 194 0 0.39 0.02 0.22 303.08 0.41 0.62
Hex C6 78 C2 0 27 2 16 12F 29 3E
Octal 306 170 302 0 47 2 26 457 51 76
Binary 11000110 1111000 11000010 0 100111 10 10110 100101111 101001 111110

Color Harmonies of #C678C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C678C2

Black with #C678C2

Text Example


Text Example

White with #C678C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C678C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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